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