mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 17:49:45 +02:00
Tweak shortcut list
This commit is contained in:
parent
ed9744e556
commit
a09fceefb6
@ -408,7 +408,7 @@ void KeyConfigPrefs::OnImportDefaults(wxCommandEvent & event)
|
||||
wxSortedArrayString MaxListOnly;
|
||||
|
||||
// These short cuts are for the max list only....
|
||||
MaxListOnly.Add( "Ctrl+I" );
|
||||
//MaxListOnly.Add( "Ctrl+I" );
|
||||
MaxListOnly.Add( "Ctrl+Alt+I" );
|
||||
MaxListOnly.Add( "Ctrl+J" );
|
||||
MaxListOnly.Add( "Ctrl+Alt+J" );
|
||||
@ -426,8 +426,8 @@ void KeyConfigPrefs::OnImportDefaults(wxCommandEvent & event)
|
||||
MaxListOnly.Add( "Q" );
|
||||
MaxListOnly.Add( "Shift+J" );
|
||||
MaxListOnly.Add( "Shift+K" );
|
||||
MaxListOnly.Add( "Shift+Home" );
|
||||
MaxListOnly.Add( "Shift+End" );
|
||||
//MaxListOnly.Add( "Shift+Home" );
|
||||
//MaxListOnly.Add( "Shift+End" );
|
||||
MaxListOnly.Add( "Ctrl+[" );
|
||||
MaxListOnly.Add( "Ctrl+]" );
|
||||
MaxListOnly.Add( "1" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user