mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 16:43:52 +01:00
Extra menu: remove duplicate access keys
This commit is contained in:
@@ -586,7 +586,7 @@ BaseItemSharedPtr ExtraFocusMenu()
|
||||
|
||||
static BaseItemSharedPtr menu{
|
||||
( FinderScope{ findCommandHandler },
|
||||
Menu( wxT("Focus"), XO("F&ocus"),
|
||||
Menu( wxT("Focus"), XO("Foc&us"),
|
||||
Command( wxT("PrevFrame"),
|
||||
XXO("Move &Backward from Toolbars to Tracks"), FN(OnPrevFrame),
|
||||
AlwaysEnabledFlag, wxT("Ctrl+Shift+F6") ),
|
||||
|
||||
Reference in New Issue
Block a user