diff options
| author | krolxon <krolyxon@tutanota.com> | 2024-04-28 23:36:01 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2024-04-28 23:36:01 +0530 |
| commit | 66a1cfccf46acc505c04dc4048d1a0ef6f8cbeea (patch) | |
| tree | 843384caa5fcb6c5799ccd6deed0491722b0b6e6 /README.md | |
| parent | fb06907cfe9b7bce899697c6495941331fa829b2 (diff) | |
have queue list as primary widget
Diffstat (limited to 'README.md')
| -rwxr-xr-x | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -10,15 +10,15 @@ A MPD client in Rust - `+` 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 +- `j` OR `Down` to scroll down +- `k` OR `Up` to scroll up +- `l` OR `Right` add song to playlist or go inside the directory +- `h` OR `Left` to go back to previous directory - `Tab` to cycle through tabs -- `1` to go to directory tree -- `2` to go to current playing queue +- `1` to go to queue +- `2` to go to directory browser - `3` to go to playlists view -- `Enter` to add song/playlist to current playlist +- `Enter` OR `l` OR `Right` to add song/playlist to current playlist - `a` to append the song to current playing queue - `Space`/`BackSpace` to delete the highlighted song from queue - `f` to go forwards |
