mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 07:01:18 +02:00
Add track scrolling shortcut to mouse preferences
This commit is contained in:
@@ -154,6 +154,7 @@ void MousePrefs::CreateList()
|
||||
// AddItem(_("ESC"), _("Select"), _("Toggle center snapping in spectrogram"), _("same as select tool"));
|
||||
#endif
|
||||
|
||||
AddItem(_("Wheel-Rotate"), _("Any"), _("Scroll tracks up or down"));
|
||||
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"));
|
||||
|
Reference in New Issue
Block a user