mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 16:40:07 +02:00
Commented out "ESC" in Mouse Prefs panel. Missed this one in https://code.google.com/p/audacity/source/detail?r=13498#
This commit is contained in:
parent
a1efa30d6a
commit
1a9e19f74a
@ -140,8 +140,10 @@ void MousePrefs::CreateList()
|
|||||||
AddItem(_("Right-Drag"), _("Multi"), _("Zoom in on a Range"), _("same as zoom tool"));
|
AddItem(_("Right-Drag"), _("Multi"), _("Zoom in on a Range"), _("same as zoom tool"));
|
||||||
|
|
||||||
#ifdef EXPERIMENTAL_SPECTRAL_EDITING
|
#ifdef EXPERIMENTAL_SPECTRAL_EDITING
|
||||||
|
// JKC: Prompt is disabled for now. It's a toggle rather than a drag modifier.
|
||||||
|
// more like Snap-to than anything else.
|
||||||
// Spectral selection
|
// Spectral selection
|
||||||
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(_("Wheel-Rotate"), _("Any"), _("Scroll up or down"));
|
AddItem(_("Wheel-Rotate"), _("Any"), _("Scroll up or down"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user