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:
@@ -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
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user