mirror of
https://github.com/clangen/musikcube.git
synced 2025-03-14 13:21:13 +00:00
Changed default visualizer hotkey to 'v' (was M-v)
This commit is contained in:
parent
a05bda342e
commit
05b404c0f0
@ -113,7 +113,7 @@ static std::unordered_map<Id, std::string, EnumHasher> ID_TO_DEFAULT = {
|
||||
|
||||
{ Id::ViewRefresh, "KEY_F(5)" },
|
||||
|
||||
{ Id::ToggleVisualizer, "M-v" },
|
||||
{ Id::ToggleVisualizer, "v" },
|
||||
|
||||
{ Id::RescanMetadata, "^R"}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user