1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-07 15:05:38 +01:00

Revert "Bug990 (seek key reponsiveness), and, change Scrub UI again, so Ctrl key seeks."

This reverts commit 841bca36ea.
This commit is contained in:
Paul Licameli
2015-05-29 19:45:43 -04:00
parent 841bca36ea
commit 9f2dfbc70b
4 changed files with 13 additions and 38 deletions

View File

@@ -85,9 +85,9 @@ ToolsToolBar::ToolsToolBar()
mMessageOfTool[selectTool] =
#if defined(__WXMAC__)
_("Click and drag to select audio, Command-Click to scrub, Command-Double-Click to scroll-scrub, Command to seek while scrubbing")
_("Click and drag to select audio, Command-Click and drag to scrub, Shift-Command-Click and drag to seek")
#else
_("Click and drag to select audio, Ctrl-Click to scrub, Ctrl-Double-Click to scroll-scrub, Ctrl to seek while scrubbing")
_("Click and drag to select audio, Ctrl-Click and drag to scrub, Shift-Ctrl-Click and drag to seek")
#endif
;