fix binding for "bar" key in step editing bindings

It is not possible to generate "bar" without the shift modifier on most (all?)
keyboards. The same condition exists for the _ key in the main bindings
This commit is contained in:
Paul Davis 2021-12-10 13:20:20 -07:00
parent e3cac796b3
commit 82f2392d85
1 changed files with 1 additions and 1 deletions

View File

@ -55,6 +55,6 @@
<Binding key="apostrophe" action="StepEditing/toggle-triplet"/>
<Binding key="period" action="StepEditing/toggle-dotted"/>
<Binding key="Primary-period" action="StepEditing/no-dotted"/>
<Binding key="bar" action="StepEditing/toggle-chord"/>
<Binding key="Tertiary-bar" action="StepEditing/toggle-chord"/>
</Press>
</Bindings>