Remove the power property to make the yoke more sensitive.
This commit is contained in:
parent
be55a4b566
commit
ffe5b6a0c4
1 changed files with 6 additions and 36 deletions
|
@ -35,7 +35,6 @@
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-scale</command>
|
<command>property-scale</command>
|
||||||
<property>/controls/aileron</property>
|
<property>/controls/aileron</property>
|
||||||
<power>2</power>
|
|
||||||
</binding>
|
</binding>
|
||||||
</axis>
|
</axis>
|
||||||
|
|
||||||
|
@ -45,7 +44,6 @@
|
||||||
<command>property-scale</command>
|
<command>property-scale</command>
|
||||||
<property>/controls/elevator</property>
|
<property>/controls/elevator</property>
|
||||||
<factor type="double">-1.0</factor>
|
<factor type="double">-1.0</factor>
|
||||||
<power>2</power>
|
|
||||||
</binding>
|
</binding>
|
||||||
</axis>
|
</axis>
|
||||||
|
|
||||||
|
@ -99,46 +97,18 @@
|
||||||
|
|
||||||
<axis n="5">
|
<axis n="5">
|
||||||
<binding>
|
<binding>
|
||||||
<command>null</command>
|
<command>property-scale</command>
|
||||||
|
<property>/sim/current-view/axes/lat</property>
|
||||||
|
<squared>false</squared>
|
||||||
</binding>
|
</binding>
|
||||||
<low>
|
|
||||||
<repeatable>true</repeatable>
|
|
||||||
<binding>
|
|
||||||
<command>property-adjust</command>
|
|
||||||
<property>/sim/current-view/goal-heading-offset-deg</property>
|
|
||||||
<step>1</step>
|
|
||||||
</binding>
|
|
||||||
</low>
|
|
||||||
<high>
|
|
||||||
<repeatable>true</repeatable>
|
|
||||||
<binding>
|
|
||||||
<command>property-adjust</command>
|
|
||||||
<property>/sim/current-view/goal-heading-offset-deg</property>
|
|
||||||
<step>-1</step>
|
|
||||||
</binding>
|
|
||||||
</high>
|
|
||||||
</axis>
|
</axis>
|
||||||
|
|
||||||
<axis n="6">
|
<axis n="6">
|
||||||
<binding>
|
<binding>
|
||||||
<command>null</command>
|
<command>property-scale</command>
|
||||||
|
<property>/sim/current-view/axes/long</property>
|
||||||
|
<squared>false</squared>
|
||||||
</binding>
|
</binding>
|
||||||
<low>
|
|
||||||
<repeatable>true</repeatable>
|
|
||||||
<binding>
|
|
||||||
<command>property-adjust</command>
|
|
||||||
<property>/sim/current-view/goal-pitch-offset-deg</property>
|
|
||||||
<step>1</step>
|
|
||||||
</binding>
|
|
||||||
</low>
|
|
||||||
<high>
|
|
||||||
<repeatable>true</repeatable>
|
|
||||||
<binding>
|
|
||||||
<command>property-adjust</command>
|
|
||||||
<property>/sim/current-view/goal-pitch-offset-deg</property>
|
|
||||||
<step>-1</step>
|
|
||||||
</binding>
|
|
||||||
</high>
|
|
||||||
</axis>
|
</axis>
|
||||||
|
|
||||||
<button n="1">
|
<button n="1">
|
||||||
|
|
Loading…
Reference in a new issue