Return (Enter) should behave the same in all windows

This commit is contained in:
Ben Loftis 2021-03-19 16:00:30 -05:00
parent 4bb3a896b4
commit 2111c3531f
1 changed files with 2 additions and 1 deletions

View File

@ -15,13 +15,14 @@
<Binding key="Primary-v" action="Mixer/paste-processors" group="Processor operations on the selected strip(s)"/>
<Binding key="Delete" action="Mixer/delete-processors" group="Processor operations on the selected strip(s)"/>
<Binding key="BackSpace" action="Mixer/delete-processors" group="Processor operations on the selected strip(s)"/>
<Binding key="Return" action="Mixer/toggle-processors" group="Processor operations on the selected strip(s)"/>
<Binding key="Primary-a" action="Mixer/select-all-processors" group="Processor operations on the selected strip(s)"/>
<Binding key="slash" action="Mixer/ab-plugins" group="Processor operations on the selected strip(s)"/>
<Binding key="Secondary-m" action="Common/show-editor" group="Window Visibility"/>
<Binding key="Secondary-Down" action="Mixer/select-next-stripable" group="Window Visibility"/>
<Binding key="Secondary-Up" action="Mixer/select-prev-stripable" group="Window Visibility"/>
<Binding key="Return" action="Transport/GotoStart" group="Playhead to Start Marker"/>
<Binding key="Tertiary-l" action="Mixer/ToggleMixerList" group="Window Visibility"/>
<Binding key="Tertiary-v" action="Mixer/ToggleVCAPane" group="Window Visibility"/>
<Binding key="Tertiary-m" action="Mixer/ToggleMonitorSection" group="Window Visibility"/>