1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-26 14:41:14 +01:00

All the menu to be opened from the keyboard on the Mac as well.

This commit is contained in:
lllucius@gmail.com
2015-01-04 02:25:56 +00:00
parent e33723d0e4
commit 3a23757e2e
2 changed files with 7 additions and 0 deletions

View File

@@ -184,6 +184,7 @@ class Meter : public wxPanel
void OnSize(wxSizeEvent &evt);
void OnMouse(wxMouseEvent &evt);
void OnKeyDown(wxKeyEvent &evt);
void OnContext(wxContextMenuEvent &evt);
void OnAudioIOStatus(wxCommandEvent &evt);