13
0
livetrax/gtk2_ardour/mixer.bindings
Ben Loftis 05f3adaba3 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.
2014-07-23 16:58:43 -05:00

23 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Bindings name="ardour-mixer">
<Press>
<Binding key="s" action="Mixer/solo"/>
<Binding key="m" action="Mixer/mute"/>
<Binding key="Secondary-i" action="Mixer/toggle-midi-input-active"/>
<Binding key="r" action="Mixer/recenable"/>
<Binding key="0" action="Mixer/unity-gain"/>
<Binding key="Up" action="Mixer/increment-gain"/>
<Binding key="Down" action="Mixer/decrement-gain"/>
<Binding key="Left" action="Mixer/scroll-left"/>
<Binding key="Right" action="Mixer/scroll-right"/>
<Binding key="Primary-x" action="Mixer/cut-processors"/>
<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"/>
</Press>
</Bindings>