and
Edit </code>
it
18th October 2014

whoami
David Boureau
web dev
@davidb583
davidb583 / keyboard


Part I
The flow

Coder
===


Is 800g heavy?

800g
80g
problems

The Flow





"efficient, painless, mouse-free development is possible"
- Jared Carroll (ruby)
"Do not use your mouse if you want to be productive"
- Vincent Sepiak (java)
"Navigate a menu with [the] mouse interrupts the flow."
- Pragmatic Programmer tip
Part II
Typewriting

Exercice 1

"typing competition"
var score = 20;
if ( mistake) score ÷= 2
if (looked at keyboard) score ÷= 2
if (< 9 fingers used) score ÷= 2
if (time > 30 sec) score ÷= 2
score = ?
Dividing line

I
I
I
I
I
I
I
I
I
Keyboard bumps


Fingers NOT in the nose


Fingers NOT in the nose (II)
Exercice 1

Text
"typing competition revenge"
Part III
Classics

Exercice 2

Text
"file & folder academy"
Exercice 2 bis

Text
"file CRUD"
Exercice 3

Text
"selection"
Exercice 4

Text
"jump to"
Exercice 5

Text
"find and replace"
Part IV
Automation

Exercice 6

Text
"automate, automate, automate"
Part V
Shortcuts

Text

What's wrong ?
Text

Cool !

modifiers
Exercice
Save : Ctrl + s
Print : Ctrl + p
Cut : Ctrl + x
Quit : Ctrl + q
A bunch of
Eclipse : ~ 200
Webstorm : ~220
SublimeText : ~250
Wait !
Ctrl -> already binded
Shift -> already binded
Alt -> already binded
Super -> already binded
Text

Good, then
Keyboard WTF
super, k, super, b
alt, t, o, a, alt+k, spacebar, enter
Keyboard WTF
Rename : shift+ f6 ?
delete : ctrl + shift + k ?
Easy to memorize with hand
Optional : easy to memorize with brain
Easier if fallback (abbreviation, context menu, cheat sheet)
Principle of least surprise applied
Extensions are logical
Frequency and ease of use are proportional
... but try to understand native shortcuts before to customize
Good shortcut
Exercice 7

Text
"you are the one who define shortcuts"
Part VII
Web stuffs

Exercice 8

Text
"mastering HTML, CSS, JS keyboard tricks"
Edit code and like it
By david borow
Edit code and like it
- 1,409