mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +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{
|
static BaseItemSharedPtr menu{
|
||||||
( FinderScope{ findCommandHandler },
|
( FinderScope{ findCommandHandler },
|
||||||
Menu( wxT("Focus"), XO("F&ocus"),
|
Menu( wxT("Focus"), XO("Foc&us"),
|
||||||
Command( wxT("PrevFrame"),
|
Command( wxT("PrevFrame"),
|
||||||
XXO("Move &Backward from Toolbars to Tracks"), FN(OnPrevFrame),
|
XXO("Move &Backward from Toolbars to Tracks"), FN(OnPrevFrame),
|
||||||
AlwaysEnabledFlag, wxT("Ctrl+Shift+F6") ),
|
AlwaysEnabledFlag, wxT("Ctrl+Shift+F6") ),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user