Make a distinction between UNIX and Windows and add the nasal version of flap stepping (again).
This commit is contained in:
parent
8dfe7c62b9
commit
1abbb76777
1 changed files with 19 additions and 12 deletions
|
@ -1,4 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- Maintainer: Dave Perry -->
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
|
|
||||||
<name>CH PRODUCTS CH FLIGHT SIM YOKE USB </name>
|
<name>CH PRODUCTS CH FLIGHT SIM YOKE USB </name>
|
||||||
|
@ -74,7 +75,7 @@
|
||||||
<factor type="double">-0.5</factor>
|
<factor type="double">-0.5</factor>
|
||||||
</binding>
|
</binding>
|
||||||
</axis>
|
</axis>
|
||||||
<axis n="3">
|
<axis n="4">
|
||||||
<desc>Mixture</desc>
|
<desc>Mixture</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-scale</command>
|
<command>property-scale</command>
|
||||||
|
@ -89,7 +90,7 @@
|
||||||
<factor type="double">-0.5</factor>
|
<factor type="double">-0.5</factor>
|
||||||
</binding>
|
</binding>
|
||||||
</axis>
|
</axis>
|
||||||
<axis n="4">
|
<axis n="3">
|
||||||
<desc>Propeller</desc>
|
<desc>Propeller</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-scale</command>
|
<command>property-scale</command>
|
||||||
|
@ -105,8 +106,12 @@
|
||||||
</binding>
|
</binding>
|
||||||
</axis>
|
</axis>
|
||||||
|
|
||||||
<axis n="6">
|
<axis>
|
||||||
<desc>View Direction</desc>
|
<desc>View Direction</desc>
|
||||||
|
<number>
|
||||||
|
<unix>5</unix>
|
||||||
|
<windows>6</windows>
|
||||||
|
</number>
|
||||||
<low>
|
<low>
|
||||||
<repeatable>true</repeatable>
|
<repeatable>true</repeatable>
|
||||||
<binding>
|
<binding>
|
||||||
|
@ -125,7 +130,11 @@
|
||||||
</high>
|
</high>
|
||||||
</axis>
|
</axis>
|
||||||
|
|
||||||
<axis n="7">
|
<axis>
|
||||||
|
<number>
|
||||||
|
<unix>6</unix>
|
||||||
|
<windows>7</windows>
|
||||||
|
</number>
|
||||||
<desc>View Elevation</desc>
|
<desc>View Elevation</desc>
|
||||||
<low>
|
<low>
|
||||||
<repeatable>true</repeatable>
|
<repeatable>true</repeatable>
|
||||||
|
@ -205,18 +214,16 @@
|
||||||
<button n="6">
|
<button n="6">
|
||||||
<repeatable>false</repeatable>
|
<repeatable>false</repeatable>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-assign</command>
|
<command>nasal</command>
|
||||||
<property>/controls/flight/flaps</property>
|
<script>controls.stepFlaps(-1)</script>
|
||||||
<value type="double">0.0</value>
|
|
||||||
</binding>
|
</binding>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button n="7">
|
<button n="7">
|
||||||
<repeatable>false</repeatable>
|
<repeatable>false</repeatable>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-adjust</command>
|
<command>nasal</command>
|
||||||
<property>/controls/flight/flaps</property>
|
<script>controls.stepFlaps(1)</script>
|
||||||
<step type="double">0.34</step>
|
|
||||||
</binding>
|
</binding>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
@ -253,7 +260,7 @@
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-adjust</command>
|
<command>property-adjust</command>
|
||||||
<property>/controls/flight/elevator-trim</property>
|
<property>/controls/flight/elevator-trim</property>
|
||||||
<step>0.001</step>
|
<step>0.0025</step>
|
||||||
</binding>
|
</binding>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
@ -262,7 +269,7 @@
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-adjust</command>
|
<command>property-adjust</command>
|
||||||
<property>/controls/flight/elevator-trim</property>
|
<property>/controls/flight/elevator-trim</property>
|
||||||
<step>-0.001</step>
|
<step>-0.0025</step>
|
||||||
</binding>
|
</binding>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue