mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-10 08:25:52 +01:00
Consistent vert/horizontal waveform zoom/scroll
Shift+Wheel -> scroll Ctrl+Wheel -> zoom Ctrl+Shift+Wheel -> Waveform dB end range adjust (when visible).
This commit is contained in:
@@ -154,9 +154,9 @@ void MousePrefs::CreateList()
|
||||
// AddItem(_("ESC"), _("Select"), _("Toggle center snapping in spectrogram"), _("same as select tool"));
|
||||
#endif
|
||||
|
||||
AddItem(_("Wheel-Rotate"), _("Any"), _("Scroll up or down"));
|
||||
AddItem(_("Shift-Wheel-Rotate"),_("Any"), _("Scroll left or right"));
|
||||
AddItem(CTRL + _("-Wheel-Rotate"), _("Any"), _("Zoom in or out on Mouse Pointer"));
|
||||
AddItem(_("Shift-Wheel-Rotate"),_("Any"), _("Scroll waveform"));
|
||||
AddItem(CTRL + _("-Wheel-Rotate"), _("Any"), _("Zoom waveform in or out"));
|
||||
AddItem(CTRL + _("Shift-Wheel-Rotate"),_("Any"), _("Waveform (dB) range"));
|
||||
|
||||
mList->SetColumnWidth(BlankColumn, 0);
|
||||
mList->SetColumnWidth(ToolColumn, wxLIST_AUTOSIZE);
|
||||
|
||||
Reference in New Issue
Block a user