|
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 |
|