diff options
author | Florrie <towerofnix@gmail.com> | 2018-06-04 10:20:22 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-06-04 10:20:22 -0300 |
commit | 440fdb2fd1f546a50bbc2059fd7a76ecaa256d73 (patch) | |
tree | 91e1cae60354a7ebfeec4b6a5e014a29a7a91d58 | |
parent | 87819e1082d0edc28bbf38eded57ab992083458e (diff) |
Cleaner/more keybindings
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md index e1331ed..564dd03 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,9 @@ ## keybindings * <kbd><kbd>Ctrl</kbd>+<kbd>C</kbd></kbd> - exit -* <kbd>Up</kbd> - select previous item in a listing -* <kbd>Down</kbd> - select next item in a listing +* <kbd>Up</kbd> and <kbd>Down</kbd> - select previous or next item in a listing * <kbd>PageUp</kbd> and <kbd>PageDown</kbd> - navigate up or down a visible-page-length of a listing (the usual meaning of page-up/down!) -* <kbd>Tab</kbd> - switch between the main listing and the queue +* <kbd>Tab</kbd> and <kbd><kbd>Shift</kbd>+<kbd>Tab</kbd></kbd> - switch between UI elements * <kbd>Enter</kbd> - play the selected track * <kbd><kbd>Shift</kbd>+<kbd>Up</kbd></kbd> - play previous track * <kbd><kbd>Shift</kbd>+<kbd>Down</kbd></kbd> - play next track @@ -18,3 +17,6 @@ * <kbd>Backspace</kbd> - leave the current group (if in one) * <kbd>q</kbd> - queue the selected track to play after any other items in the queue (usually after the current track) * <kbd>d</kbd> - download the selected track (but don't play it) +* **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 |