mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-01 23:53:48 +02:00
Add track scrolling shortcut to mouse preferences
This commit is contained in:
parent
2a93e451b6
commit
75f1f30fcb
@ -154,9 +154,10 @@ void MousePrefs::CreateList()
|
|||||||
// AddItem(_("ESC"), _("Select"), _("Toggle center snapping in spectrogram"), _("same as select tool"));
|
// AddItem(_("ESC"), _("Select"), _("Toggle center snapping in spectrogram"), _("same as select tool"));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
AddItem(_("Shift-Wheel-Rotate"),_("Any"), _("Scroll waveform"));
|
AddItem(_("Wheel-Rotate"), _("Any"), _("Scroll tracks up or down"));
|
||||||
AddItem(CTRL + _("-Wheel-Rotate"), _("Any"), _("Zoom waveform in or out"));
|
AddItem(_("Shift-Wheel-Rotate"), _("Any"), _("Scroll waveform"));
|
||||||
AddItem(CTRL + _("-Shift-Wheel-Rotate"),_("Any"), _("Waveform (dB) range"));
|
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(BlankColumn, 0);
|
||||||
mList->SetColumnWidth(ToolColumn, wxLIST_AUTOSIZE);
|
mList->SetColumnWidth(ToolColumn, wxLIST_AUTOSIZE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user