« get me outta code hell

(f) to open menu as well as (m) - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/ui.js
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-11-23 11:33:20 -0400
committerFlorrie <towerofnix@gmail.com>2018-11-23 11:33:22 -0400
commit3b5bea9be912902f962ed4619092d10fc92e7988 (patch)
tree5bb278d1253aa447df6d50a25506f3147f427ac3 /ui.js
parent6993905eaf1714de40babae53f5154238cde1172 (diff)
(f) to open menu as well as (m)
This way you can activate the menu without taking your right hand off
the arrow keys (in typical keyboards).
Diffstat (limited to 'ui.js')
-rw-r--r--ui.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.js b/ui.js
index d185811..df05bf0 100644
--- a/ui.js
+++ b/ui.js
@@ -1054,7 +1054,7 @@ class InteractiveGrouplikeItemElement extends BasicGrouplikeItemElement {
       }
     } else if (telc.isCaselessLetter(keyBuf, 'x')) {
       this.emit('remove')
-    } else if (telc.isCaselessLetter(keyBuf, 'm')) {
+    } else if (telc.isCaselessLetter(keyBuf, 'm') || telc.isCaselessLetter(keyBuf, 'f')) {
       const editMode = this.recordStore.app.editMode
       const anyMarked = editMode && !!this.recordStore.app.markGrouplike.items.length
       this.emit('menu', {