diff options
author | Florrie <towerofnix@gmail.com> | 2018-06-02 13:37:03 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-06-02 13:37:11 -0300 |
commit | b2de4602d9b8c287a6da847e42131900d3606f7b (patch) | |
tree | 692dd886ea79150591351da8f77f32b909726a75 | |
parent | 0899802dc498b154cb81c306c571850e67e1db03 (diff) |
keybindings doc
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md index 6749716..a62b3ae 100644 --- a/README.md +++ b/README.md @@ -1 +1,18 @@ ![Screenshot of the player](README.png) + +## 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>Tab</kbd> - switch between the main listing and the queue +* <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 +* <kbd>Space</kbd>, <kbd>p</kbd>, or <kbd>k</kbd> - toggle pause +* <kbd>Right</kbd> or <kbd>l</kbd> - seek ahead +* <kbd>Left</kbd> or <kbd>j</kbd> - seek back +* **In the main listing:** + * <kbd>Enter</kbd> - if the selected item is a group, enter it; otherwise play it + * <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) |