binding expects BackSpace not Backspace
This commit is contained in:
parent
df23ed57fc
commit
c4b8c03c1a
@ -14,7 +14,7 @@
|
||||
<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="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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user