diff options
| author | krolxon <krolyxon@tutanota.com> | 2024-05-02 14:44:03 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2024-05-02 14:44:03 +0530 |
| commit | b04423d18d25bf889001a20d7bc8853de4816754 (patch) | |
| tree | 2de8ebe215b9dc617f9a45a3cfa195fe7c691daa /README.md | |
| parent | b7fc6bc1a70da169f80afdc790c1a8ccf853d319 (diff) | |
add swapping keys
Diffstat (limited to 'README.md')
| -rwxr-xr-x | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,8 @@ A MPD client in Rust - `D` to get dmenu prompt - `j` OR `Down` to scroll down - `k` OR `Up` to scroll up +- `J` to swap highlighted song with next one +- `K` to swap highlighted song with previous one - `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 @@ -41,3 +43,4 @@ A MPD client in Rust - [x] metadata based tree view - [x] view playlist - [x] change playlist name +- [ ] add lyrics fetcher |
