aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/mode_key_handler.coffee
AgeCommit message (Expand)Author
2017-10-29Remove unused codemrmr1993
2017-10-29Let handlerStack call consumeKeyup rather than calling it explicitlymrmr1993
2017-10-25FF: Share |root| global proxy, re-add the globals to window on DOMLoadmrmr1993
2017-04-18Use event.code to detect/suppress keyup events.Stephen Blott
2017-04-18Continue bubbling unmapped events.Stephen Blott
2017-04-18Do not reset key state for modifiers.Stephen Blott
2017-04-18Rework tests for all key handling on keydown.Stephen Blott
2017-04-18Move keyboard utils to keydown and migrate normal/visual modes.Stephen Blott
2017-03-22Remove and refactor mapKeyRegistery.Stephen Blott
2016-10-15enterNormalMode; new command - implementationStephen Blott
2016-10-10Rename 'translate' to 'mapkey'.Stephen Blott
2016-10-09Extend key translation to include Escape.Stephen Blott
2016-10-09Add translate command for key mappings.Stephen Blott
2016-10-02Tweak logging.Stephen Blott
2016-09-24Fix key handling for 3-key mappings.Stephen Blott
2016-04-16Rework UI component focus handling.Stephen Blott
2016-03-31Use @suppressEvent instead of false.Stephen Blott
2016-03-30Tweak 21da3fcafbb29540788037dbcdbdce79ad14e650.Stephen Blott
2016-03-30Rename handlerStack constants.Stephen Blott
2016-03-29Fix typo in debugging code.Stephen Blott
2016-03-27Fix handler return for escape.Stephen Blott
2016-03-27Escape closes help dialog.Stephen Blott
2016-03-17Logging; consistent and concise normal-mode logging.Stephen Blott
2016-03-06Fix count handling (again).Stephen Blott
2016-03-06Revert "Count prefix applies only to leading mapping."Stephen Blott
2016-03-06Normal mode tests.Stephen Blott
2016-03-06Count prefix applies only to leading mapping.Stephen Blott
2016-03-05Key bindings; reset on passKeys change.Stephen Blott
2016-03-05Key bindings; do not reset on passKeys change.Stephen Blott
2016-03-05Key bindings; miscellaneous...Stephen Blott
2016-03-05Key bindings; simplify pass-key logic.Stephen Blott
2016-03-05Key bindings; and yet more tiny tweaks.Stephen Blott
2016-03-05Key bindings; more small tweaks.Stephen Blott
2016-03-05Key bindings; small tweaks...Stephen Blott
2016-03-05Key bindings; and yet more tweaks.Stephen Blott
2016-03-05Key bindings; tweaks.Stephen Blott
2016-03-05Key bindings; refactor passKeys.Stephen Blott
2016-03-05Key bindings; tweaks.Stephen Blott
2016-03-05Key bindings; and yet more minor tweaks.Stephen Blott
2016-03-05Key bindings; yet more minor tweaks.Stephen Blott
2016-03-05Key bindings; fix tests...Stephen Blott
2016-03-05Key bindings; minor tweaks.Stephen Blott
2016-03-05Key bindings; more tweaks and fixes.Stephen Blott
2016-03-05Key bindings; tweaks and fixes.Stephen Blott
2016-03-05Key bindings; fix passkeys.Stephen Blott
2016-03-05Key bindings; initial partially-functioning version.Stephen Blott
2016-03-05Key bindings; initial "generic" class.Stephen Blott