add mixer actions for toggle disk & input monitoring; bind to d and i in mixer bindings
[ardour.git] / gtk2_ardour / mixer.bindings
index 436fa6687e5a53348a69b51d1e7f87749b8c3614..03fb9c3b7e1a51d838c7e805af237870606e9b80 100644 (file)
@@ -1,6 +1,7 @@
  <Bindings name="Mixer">
   <Press>
-   <Binding key="s" action="Mixer/solo" group="Operations on the selected strip(s)"/>
+   <Binding key="d" action="Mixer/toggle-disk-monitor" group="Operations on the selected strip(s)"/>
+   <Binding key="i" action="Mixer/toggle-input-monitor" group="Operations on the selected strip(s)"/>
    <Binding key="m" action="Mixer/mute" group="Operations on the selected strip(s)"/>
    <Binding key="Secondary-i" action="Mixer/toggle-midi-input-active" group="Operations on the selected strip(s)"/>
    <Binding key="r" action="Mixer/recenable" group="Operations on the selected strip(s)"/>