|
01a4864762
|
Add hotkeys.register_help, forward the event to the hotkey's func.
|
2022-03-26 13:22:02 -07:00 |
|
|
6fad61d49a
|
Add docstring to should_prevent_hotkey.
|
2021-10-23 18:45:52 -07:00 |
|
|
b35cc8196f
|
Turn off hotkeys.js logging every press.
|
2021-06-03 17:53:34 -07:00 |
|
|
dd0ee7a72a
|
Use more const.
|
2020-09-14 18:33:53 -07:00 |
|
|
05b39c21fd
|
Replace loop uses of var with let/const.
|
2020-09-03 15:33:37 -07:00 |
|
|
8af340e442
|
Replace non-global uses of var with let.
|
2020-09-03 15:31:47 -07:00 |
|
|
a15f14ad06
|
Simplify parameter format for hotkeys.register_hotkey.
|
2020-09-03 11:47:40 -07:00 |
|
|
90873c648b
|
Move hotkey listener from anonymous to named function.
|
2020-08-30 17:53:11 -07:00 |
|
|
1a4a0f8560
|
Replace all usage of "keybind" -> "hotkey".
Since hotkey was the prevailing term already.
|
2018-08-16 19:45:14 -07:00 |
|
|
1bff642ca7
|
Add namespacing to hotkeys.js.
|
2018-07-22 20:21:00 -07:00 |
|
|
c7cce5a4e5
|
Add namespacing to common.js.
|
2018-07-22 20:21:00 -07:00 |
|
|
5c97086df3
|
Improve hotkey framework by making own file & register function.
|
2018-07-14 14:19:13 -07:00 |
|