Add keybinding for Mixer/solo

This commit is contained in:
Robin Gareus 2023-05-22 02:01:42 +02:00
parent dd9f9ef19d
commit 5cca7e31e6
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<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="s" action="Mixer/solo" 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)"/>
<Binding key="0" action="Mixer/unity-gain" group="Operations on the selected strip(s)"/>