- made elevator trim buttons more sensitive (i.e. slower)
This commit is contained in:
parent
39148a77ca
commit
fa3e35d824
1 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@ axes for the hat switch, and several more buttons.
|
|||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>/controls/elevator-trim</property>
|
||||
<step type="double">0.01</step>
|
||||
<step type="double">0.001</step>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
|
@ -105,7 +105,7 @@ axes for the hat switch, and several more buttons.
|
|||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>/controls/elevator-trim</property>
|
||||
<step type="double">-0.01</step>
|
||||
<step type="double">-0.001</step>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
|
|
Loading…
Reference in a new issue