aboutsummaryrefslogtreecommitdiffstats
path: root/lib/keyboard_utils.coffee
AgeCommit message (Expand)Author
2016-09-17Merge branch 'gdh1995-backspace-as-go-back'Stephen Blott
2016-09-17Rework #2223 (backspace).Stephen Blott
2016-09-17use keyNames to check backspace keyCodegdh1995
2016-09-10simpler logic to detect backsapcegdh1995
2016-08-18support mapping <backspace>gdh1995
2016-08-10Consider the alt-key status when trying to detect <c-[>Colin Kiegel
2016-06-02Favour event.keyIdentifier over event.key.Stephen Blott
2016-05-15Also remove event.keyIdentifier in getKeyCharString().Stephen Blott
2016-05-15Use event.key (not event.keyIdentifier).Stephen Blott
2016-02-18PassNextKey; minor tweak.Stephen Blott
2016-02-18PassNextKey; move key parsing to keyboard_utils.coffee.Stephen Blott
2015-12-04For Ctrl-[, also require NOT AltStephen Blott
2015-02-09Merge branch 'visual-and-edit-modes'Stephen Blott
2015-02-01Give find mode a history.Stephen Blott
2015-01-29Visual/edit modes: initial caret mode.Stephen Blott
2015-01-22Visual/edit modes: further development.Stephen Blott
2015-01-10Modes; better printable detection, move to keyboard_utils.Stephen Blott
2014-04-23Recognise <ctrl> key in LinkHintsmrmr1993
2012-06-12Port keyboard_utils.js to coffeescriptPhil Crosby