1
0
Fork 0

keyboard.xml: remove duplicate commands (fix by Benedikt Hallinger)

This commit is contained in:
Michael Danilov 2021-11-05 13:14:28 +01:00
parent 414c7c4770
commit e9fda0dbbc

View file

@ -508,7 +508,6 @@ top down before the key bindings are parsed.
<mod-ctrl>
<desc>Elevator trim down fast</desc>
<binding>
<command>property-assign</command>
<command>property-adjust</command>
<property>/controls/flight/elevator-trim</property>
<step type="double">-0.05</step>
@ -577,7 +576,6 @@ top down before the key bindings are parsed.
<mod-ctrl>
<desc>Aileron left trim</desc>
<binding>
<command>property-assign</command>
<command>property-adjust</command>
<property>/controls/flight/aileron-trim</property>
<step type="double">-0.01</step>
@ -633,7 +631,6 @@ top down before the key bindings are parsed.
<mod-ctrl>
<desc>Aileron right trim</desc>
<binding>
<command>property-assign</command>
<command>property-adjust</command>
<property>/controls/flight/aileron-trim</property>
<step type="double">0.01</step>
@ -661,7 +658,6 @@ top down before the key bindings are parsed.
<mod-ctrl>
<desc>Elevator trim up fast</desc>
<binding>
<command>property-assign</command>
<command>property-adjust</command>
<property>/controls/flight/elevator-trim</property>
<step type="double">0.05</step>