1
0
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:
David Bailes 2020-03-26 09:40:02 +00:00
parent 3f57884766
commit d35150911a

View File

@ -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") ),