1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +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:
james.k.crook@gmail.com 2014-11-01 17:07:52 +00:00
parent a1efa30d6a
commit 1a9e19f74a

View File

@ -140,8 +140,10 @@ void MousePrefs::CreateList()
AddItem(_("Right-Drag"), _("Multi"), _("Zoom in on a Range"), _("same as zoom tool"));
#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
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
AddItem(_("Wheel-Rotate"), _("Any"), _("Scroll up or down"));