1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-09 14:16:28 +01:00

TrackPanel no longer implements the time shift tool...

... also implement ESC key for it
This commit is contained in:
Paul Licameli
2015-07-08 17:17:43 -04:00
committed by Paul Licameli
parent f1f254f974
commit 251976d93d
15 changed files with 762 additions and 492 deletions

View File

@@ -102,7 +102,11 @@ ToolsToolBar::ToolsToolBar()
mMessageOfTool[zoomTool] = _("Left=Zoom In, Right=Zoom Out, Middle=Normal");
#endif
// TODO: Should it say "track or clip" ? Non-wave tracks can move, or clips in a wave track.
// TODO: mention effects of shift (move all clips of selected wave track) and ctrl (move vertically only) ?
// -- but not all of that is available in multi tool.
mMessageOfTool[slideTool] = _("Click and drag to move a track in time");
mMessageOfTool[multiTool] = wxT(""); // multi-mode tool
bool multiToolActive = false;