summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_actor.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-07-28 11:35:41 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-07-28 11:35:41 -0500
commit10747bc98070668e5666033f835423f557ac8bd0 (patch)
tree21a420663e61a533fe1a88680184d198f1026845 /gtk2_ardour/mixer_actor.cc
parent02af7cb418cbd373740963f044997f5344381fef (diff)
Mixer page: ESC should deselect all mixer strips and processors
Diffstat (limited to 'gtk2_ardour/mixer_actor.cc')
-rw-r--r--gtk2_ardour/mixer_actor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer_actor.cc b/gtk2_ardour/mixer_actor.cc
index 5cc207d509..ec6f8e40c9 100644
--- a/gtk2_ardour/mixer_actor.cc
+++ b/gtk2_ardour/mixer_actor.cc
@@ -67,7 +67,7 @@ MixerActor::register_actions ()
myactions.register_action ("Mixer", "select-all-processors", _("Select All (visible) Processors"), sigc::mem_fun (*this, &MixerActor::select_all_processors));
myactions.register_action ("Mixer", "toggle-processors", _("Toggle Selected Processors"), sigc::mem_fun (*this, &MixerActor::toggle_processors));
myactions.register_action ("Mixer", "ab-plugins", _("Toggle Selected Plugins"), sigc::mem_fun (*this, &MixerActor::ab_plugins));
-
+ myactions.register_action ("Mixer", "select-none", _("Deselect all srips and processors"), sigc::mem_fun (*this, &MixerActor::select_none));
myactions.register_action ("Mixer", "scroll-left", _("Scroll Mixer Window to the left"), sigc::mem_fun (*this, &MixerActor::scroll_left));
myactions.register_action ("Mixer", "scroll-right", _("Scroll Mixer Window to the left"), sigc::mem_fun (*this, &MixerActor::scroll_right));