aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2024-04-25 15:51:31 +0530
committerkrolxon <krolyxon@tutanota.com>2024-04-25 15:51:31 +0530
commita8161521d099c8add12b54db519c74f976e2a55c (patch)
treeeb33571279ce37a7ef610ded639145fa732f7cb2 /README.md
parent00c5c12d82a2d6b9ca5f56f6ca468b2b3212c792 (diff)
add keymaps to readme.md and minor changes
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md22
1 files changed, 21 insertions, 1 deletions
diff --git a/README.md b/README.md
index a167298..ae5dba5 100755
--- a/README.md
+++ b/README.md
@@ -1,4 +1,24 @@
A MPD client in Rust
-# Keys
+### Keys
+- 'q' OR 'Ctr+C' to quit
+- 'p' to toggle pause
+- '+' to increase volume
+- '-' to decrease volume
+- 'D' to get dmenu prompt
+- 'j' to scroll down
+- 'k' to scroll up
+- 'l' add song to playlist or go inside the directory
+- 'h' to go back to previous directory
+- `Tab` to cycle through tabs
+- '1' to go to directory tree
+- '2' to go to current playing queue
+- '3' to go to playlists view
+- 'Enter' to add song/playlist to current playlist
+- 'a' to append the song to current playing queue
+- 'f' to go forward
+- 'b' to go backwords
+- '>' to play next song from queue
+- '<' to play previous song from queue
+- 'U' to update the MPD database