mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Swapped shuffle and repeat hotkeys.
This commit is contained in:
parent
bfd6a80e96
commit
aaacb11219
@ -79,8 +79,8 @@ you may also change hotkeys by editing `~/.mC2/hotkeys.json` and restarting the
|
||||
- `u` back 10 seconds
|
||||
- `o` forward 10 seconds
|
||||
- `r` repaint the screen
|
||||
- `,` toggle repeat mode (off/track/list)
|
||||
- `.` (un)shuffle play queue
|
||||
- `.` toggle repeat mode (off/track/list)
|
||||
- `,` (un)shuffle play queue
|
||||
- `CTRL+p` pause/resume (globally)
|
||||
- `CTRL+x` stop (unload streams, free resources)
|
||||
- `CTRL+d` quit
|
||||
|
@ -105,8 +105,8 @@ static std::unordered_map<Id, std::string, EnumHasher> ID_TO_DEFAULT = {
|
||||
{ Id::VolumeDown, "k" },
|
||||
{ Id::SeekForward, "o" },
|
||||
{ Id::SeekBack, "u" },
|
||||
{ Id::ToggleRepeat, "," },
|
||||
{ Id::ToggleShuffle, "." },
|
||||
{ Id::ToggleRepeat, "." },
|
||||
{ Id::ToggleShuffle, "," },
|
||||
{ Id::Stop, "^X" },
|
||||
|
||||
{ Id::ViewRefresh, "KEY_F(5)" },
|
||||
|
Loading…
Reference in New Issue
Block a user