summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer.bindings
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-07-23 16:58:43 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-07-23 16:58:43 -0500
commit05f3adaba3eb42ba407864dd04064472e68948a6 (patch)
tree2df4d75106dcf9fe2f5045247b6798aceebbfce1 /gtk2_ardour/mixer.bindings
parentd46081c2756d2990f585a7db41adba9f1a15a1e3 (diff)
Allow deletion of processors in editor_mixer_strip by pointing and pressing Delete
This had to be hacked because the editor_mixer strip is on the editor and doesnt respond to mixer keybindings. Also force the gain intry to lose focus if the user leaves the mixer strip. this will probably solve some long-standing complaints. although perhaps a more elegant solution is possible.
Diffstat (limited to 'gtk2_ardour/mixer.bindings')
-rw-r--r--gtk2_ardour/mixer.bindings1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer.bindings b/gtk2_ardour/mixer.bindings
index bd5ec90458..e6af4cf3ce 100644
--- a/gtk2_ardour/mixer.bindings
+++ b/gtk2_ardour/mixer.bindings
@@ -14,6 +14,7 @@
<Binding key="Primary-c" action="Mixer/copy-processors"/>
<Binding key="Primary-v" action="Mixer/paste-processors"/>
<Binding key="Delete" action="Mixer/delete-processors"/>
+ <Binding key="Backspace" action="Mixer/delete-processors"/>
<Binding key="Return" action="Mixer/toggle-processors"/>
<Binding key="Primary-a" action="Mixer/select-all-processors"/>
<Binding key="Slash" action="Mixer/ab-plugins"/>