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

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

Includes changes to Mouse Preferences and status bar messages.
This commit is contained in:
Paul Licameli
2015-05-29 17:18:10 -04:00
parent c79b10713f
commit 841bca36ea
4 changed files with 38 additions and 13 deletions

View File

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