mirror of
https://github.com/clangen/musikcube.git
synced 2025-02-06 03:39:50 +00:00
Repaired shuffle global hotkey in Windows.
This commit is contained in:
parent
8e49e4ed7c
commit
c32a71af93
@ -86,7 +86,7 @@ bool GlobalHotkeys::Handle(const std::string& kn) {
|
||||
playback::ToggleRepeatMode(this->playback);
|
||||
return true;
|
||||
}
|
||||
else if (kn == "M-." || kn == "M-period") {
|
||||
else if (kn == "M-." || kn == "M-stop") {
|
||||
this->playback.ToggleShuffle();
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user