mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-27 07:43:50 +01:00
Hotkeys for effects ONLY supported on Windows (for now).
This commit is contained in:
@@ -221,7 +221,14 @@ void KeyConfigPrefs::RepopulateBindingsList()
|
|||||||
mDefaultKeys,
|
mDefaultKeys,
|
||||||
Labels,
|
Labels,
|
||||||
Categories,
|
Categories,
|
||||||
true ); // JKC change to true to include effects (list items).
|
// True to include effects (list items), false otherwise.
|
||||||
|
// Hotkeys for effects not yet supported on Linux/Mac.
|
||||||
|
#ifdef __WXMSW__
|
||||||
|
true
|
||||||
|
#else
|
||||||
|
false
|
||||||
|
#endif
|
||||||
|
);
|
||||||
|
|
||||||
bool save = (mKeys.GetCount() == 0);
|
bool save = (mKeys.GetCount() == 0);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user