index
:
vimium
1.42
1.49
1.50
1.52
1.54
1.55
1.56
1.57
fix-h-l-left-right-scrolling
master
The hacker's browser.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
keyboard_utils.coffee
Age
Commit message (
Expand
)
Author
2016-09-17
Merge branch 'gdh1995-backspace-as-go-back'
Stephen Blott
2016-09-17
Rework #2223 (backspace).
Stephen Blott
2016-09-17
use keyNames to check backspace keyCode
gdh1995
2016-09-10
simpler logic to detect backsapce
gdh1995
2016-08-18
support mapping <backspace>
gdh1995
2016-08-10
Consider the alt-key status when trying to detect <c-[>
Colin Kiegel
2016-06-02
Favour event.keyIdentifier over event.key.
Stephen Blott
2016-05-15
Also remove event.keyIdentifier in getKeyCharString().
Stephen Blott
2016-05-15
Use event.key (not event.keyIdentifier).
Stephen Blott
2016-02-18
PassNextKey; minor tweak.
Stephen Blott
2016-02-18
PassNextKey; move key parsing to keyboard_utils.coffee.
Stephen Blott
2015-12-04
For Ctrl-[, also require NOT Alt
Stephen Blott
2015-02-09
Merge branch 'visual-and-edit-modes'
Stephen Blott
2015-02-01
Give find mode a history.
Stephen Blott
2015-01-29
Visual/edit modes: initial caret mode.
Stephen Blott
2015-01-22
Visual/edit modes: further development.
Stephen Blott
2015-01-10
Modes; better printable detection, move to keyboard_utils.
Stephen Blott
2014-04-23
Recognise <ctrl> key in LinkHints
mrmr1993
2012-06-12
Port keyboard_utils.js to coffeescript
Phil Crosby