This commit is contained in:
krolxon 2024-04-25 15:52:28 +05:30
parent a8161521d0
commit 59e8e8cbe6
1 changed files with 19 additions and 19 deletions

View File

@ -1,24 +1,24 @@
A MPD client in Rust A MPD client in Rust
### Keys ### Keys
- 'q' OR 'Ctr+C' to quit - `q` OR 'Ctr+C' to quit
- 'p' to toggle pause - `p` to toggle pause
- '+' to increase volume - `+` to increase volume
- '-' to decrease volume - `-` to decrease volume
- 'D' to get dmenu prompt - `D` to get dmenu prompt
- 'j' to scroll down - `j` to scroll down
- 'k' to scroll up - `k` to scroll up
- 'l' add song to playlist or go inside the directory - `l` add song to playlist or go inside the directory
- 'h' to go back to previous directory - `h` to go back to previous directory
- `Tab` to cycle through tabs - `Tab` to cycle through tabs
- '1' to go to directory tree - `1` to go to directory tree
- '2' to go to current playing queue - `2` to go to current playing queue
- '3' to go to playlists view - `3` to go to playlists view
- 'Enter' to add song/playlist to current playlist - `Enter` to add song/playlist to current playlist
- 'a' to append the song to current playing queue - `a` to append the song to current playing queue
- 'f' to go forward - `f` to go forward
- 'b' to go backwords - `b` to go backwords
- '>' to play next song from queue - `>` to play next song from queue
- '<' to play previous song from queue - `<` to play previous song from queue
- 'U' to update the MPD database - `U` to update the MPD database