Changed default visualizer hotkey to 'v' (was M-v)

This commit is contained in:
casey langen 2016-11-06 13:48:39 -08:00
parent a05bda342e
commit 05b404c0f0

View File

@ -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"}
};