1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 16:39:30 +02:00

ESC is a toggle, and does not belong as a drag modifier. Commented out for now.

This commit is contained in:
james.k.crook@gmail.com 2014-10-25 22:23:59 +00:00
parent 290a0107c9
commit 789824617c

View File

@ -107,8 +107,10 @@ void MousePrefs::CreateList()
AddItem(_("Ctrl-Left-Click"), _("Select"), _("Set Selection Point and Play"));
#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"));
// AddItem(_("ESC"), _("Select"), _("Toggle center snapping in spectrogram"));
#endif
AddItem(_("Left-Click"), _("Zoom"), _("Zoom in on Point"));