mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 08:38:39 +02:00
Menu item scrub -> seek and accelerator tweaks.
The scrub submenu only contained seek commands. Merging the menus meant duplicated 'c' accelerator.
This commit is contained in:
parent
1d05f14b07
commit
b63e61d8e9
@ -1377,7 +1377,7 @@ void AudacityProject::CreateMenusAndCommands()
|
|||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
c->SetDefaultFlags(CaptureNotBusyFlag, CaptureNotBusyFlag);
|
c->SetDefaultFlags(CaptureNotBusyFlag, CaptureNotBusyFlag);
|
||||||
c->BeginSubMenu(_("Trans&cription"));
|
c->BeginSubMenu(_("Transcri&ption"));
|
||||||
|
|
||||||
c->AddItem(wxT("PlayAtSpeed"), _("Pl&ay-at-Speed"), FN(OnPlayAtSpeed));
|
c->AddItem(wxT("PlayAtSpeed"), _("Pl&ay-at-Speed"), FN(OnPlayAtSpeed));
|
||||||
c->AddItem(wxT("PlayAtSpeedLooped"), _("&Loop Play-at-Speed"), FN(OnPlayAtSpeedLooped));
|
c->AddItem(wxT("PlayAtSpeedLooped"), _("&Loop Play-at-Speed"), FN(OnPlayAtSpeedLooped));
|
||||||
@ -1397,7 +1397,7 @@ void AudacityProject::CreateMenusAndCommands()
|
|||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
c->SetDefaultFlags(AudioIOBusyFlag, AudioIOBusyFlag);
|
c->SetDefaultFlags(AudioIOBusyFlag, AudioIOBusyFlag);
|
||||||
c->BeginSubMenu(_("Scru&b"));
|
c->BeginSubMenu(_("See&k"));
|
||||||
|
|
||||||
c->AddItem(wxT("SeekLeftShort"), _("Short seek &left during playback"), FN(OnSeekLeftShort), wxT("Left\tallowDup"));
|
c->AddItem(wxT("SeekLeftShort"), _("Short seek &left during playback"), FN(OnSeekLeftShort), wxT("Left\tallowDup"));
|
||||||
c->AddItem(wxT("SeekRightShort"), _("Short seek &right during playback"), FN(OnSeekRightShort), wxT("Right\tallowDup"));
|
c->AddItem(wxT("SeekRightShort"), _("Short seek &right during playback"), FN(OnSeekRightShort), wxT("Right\tallowDup"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user