mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-13 08:06:32 +01:00
Properly hide non-Full keyboard defaults containing Command+ on Mac
This commit is contained in:
@@ -509,6 +509,8 @@ void CommandManager::SetMaxList()
|
||||
mMaxListOnly.Add( "Alt+Shift+F6" );
|
||||
mMaxListOnly.Add( "Alt+F6" );
|
||||
|
||||
std::transform( mMaxListOnly.begin(), mMaxListOnly.end(), mMaxListOnly.begin(),
|
||||
KeyStringNormalize );
|
||||
mMaxListOnly.Sort();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user