From 59e8e8cbe67b969d120035a642dc99ccb0dff5eb Mon Sep 17 00:00:00 2001 From: krolxon Date: Thu, 25 Apr 2024 15:52:28 +0530 Subject: [PATCH] lmao --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index ae5dba5..61e9a1e 100755 --- a/README.md +++ b/README.md @@ -1,24 +1,24 @@ A MPD client in Rust ### 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 +- `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 +- `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