« get me outta code hell

Update keybindings in README - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-07-25 14:21:41 -0300
committerFlorrie <towerofnix@gmail.com>2018-07-25 14:21:41 -0300
commit0e2581f026efbfe9d8a25215ae4e06ef3e5c6a68 (patch)
tree65ad467a9b324079c05384e0129816ff722c1a7d
parent8ff8350998fe37e2ee617230370382187bf8dda5 (diff)
Update keybindings in README
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5951628..77886b8 100644
--- a/README.md
+++ b/README.md
@@ -35,11 +35,11 @@ playlist.json file (usually generated by http-music or downloaded from online).
 * <kbd><kbd>Ctrl</kbd>+<kbd>T</kbd></kbd> - open the current playlist in a new tab (so, clone the current tab)
 * <kbd><kbd>Ctrl</kbd>+<kbd>W</kbd></kbd> - close the current tab
 * **In the main listing:**
-  * <kbd>Enter</kbd> - if the selected item is a group, enter it; otherwise play it
+  * <kbd>Enter</kbd> - if the selected item is a group, enter it; if it's a track, play it
   * <kbd>Backspace</kbd> - leave the current group (if in one)
+  * <kbd>m</kbd> - open a menu of actions related to the selected item or group
   * <kbd>q</kbd> - queue the selected track or group to play after any other items in the queue (usually after the current track)
-  * <kbd>Q</kbd> (shift+Q) on a group - queue the selected group, but shuffled
-  * <kbd>Q</kbd> (shift+Q) on a track - queue the selected track to play immediately after what's currently playing
+  * <kbd>Q</kbd> (shift+Q) - queue the selected track or group to play immediately after what's currently playing
   * <kbd>d</kbd> - download the selected track (but don't play it)
 * **In the queue listing:**
   * <kbd>s</kbd> - shuffle the queue
@@ -48,3 +48,6 @@ playlist.json file (usually generated by http-music or downloaded from online).
 * **In path displays:** (Path displays are the things that show below the main and queue listings. They show the path of groups to the selected item in the listing.)
   * <kbd>Enter</kbd> or <kbd>Space</kbd> - view the selected item in the main listing
   * <kbd>Left</kbd> and <kbd>Right</kbd> - navigate the path display
+* **In a context menu:**
+  * All the usual controls (up, down, tab, space, enter) work
+  * <kbd>Backspace</kbd> or <kbd>Escape</kbd> - close the menu without taking any action