diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2021-03-15 20:36:10 -0300 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2021-03-15 20:36:10 -0300 |
commit | 45450549c34ecfdcb6082eeb11f18b5a005d3eb4 (patch) | |
tree | 9a0d6909c1490e54ea6cddb7ce5fbce8533206e5 | |
parent | c542bc1a2acca7c62f9556499945794878789e3e (diff) |
add (0) key for opening menu (for numpad use)
-rw-r--r-- | ui.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.js b/ui.js index 20cfd99..de73a81 100644 --- a/ui.js +++ b/ui.js @@ -131,6 +131,7 @@ const keyBindings = [ ['isTogglePause', '5'], ['isBackspace', '.'], ['isMenu', '+'], + ['isMenu', '0'], ['isSkipBack', '1'], ['isSkipAhead', '3'], // Disabled because this is the jump key! Oops. |