summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer.bindings
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-11-20 09:37:14 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2019-11-20 09:37:33 -0700
commit78d5e6af289ff0e05a0058d078b79d3cc4d1c27d (patch)
tree572f1cfee113946d70ea42f05867edac7d9a4141 /gtk2_ardour/mixer.bindings
parent7fec401b8da9b52af00e7cd7cc0acd2af72ee28e (diff)
add mixer actions for toggle disk & input monitoring; bind to d and i in mixer bindings
Diffstat (limited to 'gtk2_ardour/mixer.bindings')
-rw-r--r--gtk2_ardour/mixer.bindings3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer.bindings b/gtk2_ardour/mixer.bindings
index 436fa6687e..03fb9c3b7e 100644
--- a/gtk2_ardour/mixer.bindings
+++ b/gtk2_ardour/mixer.bindings
@@ -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)"/>