diff options
-rw-r--r-- | README.md | 9 |
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 |