mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 08:27:13 +01:00
Further fixes for keyboard handling
I'm pretty sure this gets all of the currently known issues, including the SHIFT+M not working, the Play buttons responding to SHIFT and CTRL, the ESC key canceling drags, and I'm pretty sure it even fixes but #784.
This commit is contained in:
@@ -738,8 +738,6 @@ void AudacityApp::MacNewFile()
|
||||
|
||||
#endif //__WXMAC__
|
||||
|
||||
typedef int (AudacityApp::*SPECIALKEYEVENT)(wxKeyEvent&);
|
||||
|
||||
#define ID_RECENT_CLEAR 6100
|
||||
#define ID_RECENT_FIRST 6101
|
||||
#define ID_RECENT_LAST 6112
|
||||
|
||||
Reference in New Issue
Block a user