1
0
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:
Leland Lucius 2015-07-30 11:23:10 -05:00
parent 7877615454
commit c07accfc1e

View File

@ -1837,6 +1837,7 @@ bool LabelTrack::OnKeyDown(SelectedRegion &newSel, wxKeyEvent & event)
}
break;
case WXK_MENU:
case WXK_WINDOWS_MENU:
ShowContextMenu();
break;