mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-22 15:20:15 +02:00
Include the "other" application menu key for Linux
This commit is contained in:
parent
7877615454
commit
c07accfc1e
@ -1837,6 +1837,7 @@ bool LabelTrack::OnKeyDown(SelectedRegion &newSel, wxKeyEvent & event)
|
||||
}
|
||||
break;
|
||||
|
||||
case WXK_MENU:
|
||||
case WXK_WINDOWS_MENU:
|
||||
ShowContextMenu();
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user