mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 08:59:28 +02:00
ESC is a toggle, and does not belong as a drag modifier. Commented out for now.
This commit is contained in:
parent
290a0107c9
commit
789824617c
@ -107,8 +107,10 @@ void MousePrefs::CreateList()
|
|||||||
AddItem(_("Ctrl-Left-Click"), _("Select"), _("Set Selection Point and Play"));
|
AddItem(_("Ctrl-Left-Click"), _("Select"), _("Set Selection Point and Play"));
|
||||||
|
|
||||||
#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"));
|
// AddItem(_("ESC"), _("Select"), _("Toggle center snapping in spectrogram"));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
AddItem(_("Left-Click"), _("Zoom"), _("Zoom in on Point"));
|
AddItem(_("Left-Click"), _("Zoom"), _("Zoom in on Point"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user