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
2017-11-11
Don't resolve modifiers as keys
mrmr1993
2017-11-05
Rationalise the order of these tests.
Stephen Blott
2017-11-05
Add more named keys (version 2)
Stephen Blott
2017-10-25
FF: Share |root| global proxy, re-add the globals to window on DOMLoad
mrmr1993
2017-10-14
Allow <c-[> to be mapped as a regular command.
Stephen Blott
2017-09-02
Fix special keys (e.g. <Shift-Left>).
Stephen Blott
2017-09-01
Use event.key for numpad.
Stephen Blott
2017-09-01
Handle shifted numeric keys.
Stephen Blott
2017-09-01
Translate event.code key representations to the corresponding event.key format.
Stephen Blott
2017-09-01
Implement ignoreKeyboardLayout option in getKeyChar.
Stephen Blott
2017-04-19
Simplify isPrintable(event) test.
Stephen Blott
2017-04-18
Avoid repeating Backspace and Delete keys.
Stephen Blott
2017-04-18
Remove use of keyCodes entirely.
Stephen Blott
2017-04-18
Move keyboard utils to keydown and migrate normal/visual modes.
Stephen Blott
2017-03-22
Note TODO re. keydown, keypress.
Stephen Blott
2017-03-22
Move key handling to keydown and event.key.
Stephen Blott
2017-03-22
Remove and refactor mapKeyRegistery.
Stephen Blott
2017-03-19
event.key is not always defined
Stephen Blott
2016-10-10
Add TODO.
Stephen Blott
2016-10-10
Rename 'translate' to 'mapkey'.
Stephen Blott
2016-10-09
Tweak (simplify) #2306.
Stephen Blott
2016-10-09
Extend key translation to include Escape.
Stephen Blott
2016-10-02
Rework key-sequence parsing.
Stephen Blott
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