mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 00:29:41 +02:00
Extra menu: remove duplicate access keys
This commit is contained in:
parent
3f57884766
commit
d35150911a
@ -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") ),
|
||||
|
Loading…
x
Reference in New Issue
Block a user