1
0
Fork 0

Updated FighterStick bindings:

- Trigger is now used as a trigger
- Top left button now PTT switch for FGCOM
- View movement now 30 degree steps.
- Rudder trim corrected.
This commit is contained in:
stuart 2009-07-04 20:28:55 +00:00
parent 271ff8f979
commit cb9365a661

View file

@ -9,8 +9,8 @@
* Axes 6 : Rudder trim (8-way hat) * Axes 6 : Rudder trim (8-way hat)
* Axes 7 : Elevator trim (8-way hat) * Axes 7 : Elevator trim (8-way hat)
* *
* Button 0 (trigger) : PTT - Push To Talk (via VoIP) * Button 0 (trigger) : Trigger
* Button 1 (top left) : Unassigned * Button 1 (top left) : PTT - Push To Talk (via VoIP)
* Button 2 (top right): Parking brake * Button 2 (top right): Parking brake
* Button 3 (bottom) : view reset * Button 3 (bottom) : view reset
* Button 5/6 (left 4-way up/down): Flaps * Button 5/6 (left 4-way up/down): Flaps
@ -19,10 +19,10 @@
************************************************************************ ************************************************************************
--> -->
<PropertyList> <PropertyList>
<name>CH FIGHTERSTICK USB </name> <name>CH FIGHTERSTICK USB </name>
<name>CH PRODUCTS CH FIGHTERSTICK USB </name> <name>CH PRODUCTS CH FIGHTERSTICK USB </name>
<axis n="0"> <axis n="0">
<desc>Aileron</desc> <desc>Aileron</desc>
<binding> <binding>
@ -33,7 +33,7 @@
<factor type="double">1.0</factor> <factor type="double">1.0</factor>
</binding> </binding>
</axis> </axis>
<axis n="1"> <axis n="1">
<desc>Elevator</desc> <desc>Elevator</desc>
<binding> <binding>
@ -44,7 +44,7 @@
<factor type="double">-1.0</factor> <factor type="double">-1.0</factor>
</binding> </binding>
</axis> </axis>
<axis n="2"> <axis n="2">
<desc>Throttle</desc> <desc>Throttle</desc>
<binding> <binding>
@ -52,7 +52,7 @@
<script>controls.throttleAxis()</script> <script>controls.throttleAxis()</script>
</binding> </binding>
</axis> </axis>
<axis> <axis>
<desc>Rudder Trim</desc> <desc>Rudder Trim</desc>
<number> <number>
@ -63,18 +63,18 @@
<repeatable>true</repeatable> <repeatable>true</repeatable>
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script>controls.rudderTrim(1)</script> <script>controls.rudderTrim(-1)</script>
</binding> </binding>
</low> </low>
<high> <high>
<repeatable>true</repeatable> <repeatable>true</repeatable>
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script>controls.rudderTrim(-1)</script> <script>controls.rudderTrim(1)</script>
</binding> </binding>
</high> </high>
</axis> </axis>
<axis> <axis>
<desc>Elevator Trim</desc> <desc>Elevator Trim</desc>
<number> <number>
@ -112,6 +112,21 @@
</mod-up> </mod-up>
</button> </button>
<button n="1">
<name>PTT</name>
<desc>Push To Talk (FGCom)</desc>
<binding>
<command>nasal</command>
<script>controls.ptt(1)</script>
</binding>
<mod-up>
<binding>
<command>nasal</command>
<script>controls.ptt(0)</script>
</binding>
</mod-up>
</button>
<button n="2"> <button n="2">
<desc>Parking Brake Off</desc> <desc>Parking Brake Off</desc>
<repeatable>false</repeatable> <repeatable>false</repeatable>
@ -120,7 +135,7 @@
<script>controls.applyParkingBrake(1)</script> <script>controls.applyParkingBrake(1)</script>
</binding> </binding>
</button> </button>
<button n="3"> <button n="3">
<desc>Reset view</desc> <desc>Reset view</desc>
<repeatable>false</repeatable> <repeatable>false</repeatable>
@ -134,7 +149,7 @@
</script> </script>
</binding> </binding>
</button> </button>
<button n="4"> <button n="4">
<desc>Flaps Up</desc> <desc>Flaps Up</desc>
<repeatable>false</repeatable> <repeatable>false</repeatable>
@ -149,7 +164,7 @@
</binding> </binding>
</mod-up> </mod-up>
</button> </button>
<button n="6"> <button n="6">
<desc>Flaps Down</desc> <desc>Flaps Down</desc>
<repeatable>false</repeatable> <repeatable>false</repeatable>
@ -164,7 +179,7 @@
</binding> </binding>
</mod-up> </mod-up>
</button> </button>
<button n="8"> <button n="8">
<desc>View Decrease</desc> <desc>View Decrease</desc>
<repeatable>true</repeatable> <repeatable>true</repeatable>
@ -173,7 +188,7 @@
<script>view.decrease(0.75)</script> <script>view.decrease(0.75)</script>
</binding> </binding>
</button> </button>
<button n="9"> <button n="9">
<desc>View Cycle Forwards</desc> <desc>View Cycle Forwards</desc>
<repeatable>false</repeatable> <repeatable>false</repeatable>
@ -182,7 +197,7 @@
<script>view.stepView(1)</script> <script>view.stepView(1)</script>
</binding> </binding>
</button> </button>
<button n="10"> <button n="10">
<desc>View Increase</desc> <desc>View Increase</desc>
<repeatable>true</repeatable> <repeatable>true</repeatable>
@ -191,7 +206,7 @@
<script>view.increase(0.75)</script> <script>view.increase(0.75)</script>
</binding> </binding>
</button> </button>
<button n="11"> <button n="11">
<desc>View Cycle Backwards</desc> <desc>View Cycle Backwards</desc>
<repeatable>false</repeatable> <repeatable>false</repeatable>
@ -200,45 +215,45 @@
<script>view.stepView(-1)</script> <script>view.stepView(-1)</script>
</binding> </binding>
</button> </button>
<button n="12"> <button n="12">
<desc>View Up</desc> <desc>View Up</desc>
<repeatable>true</repeatable> <repeatable>false</repeatable>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property>/sim/current-view/goal-pitch-offset-deg</property> <property>/sim/current-view/goal-pitch-offset-deg</property>
<step type="double">4.0</step> <step>20.0</step>
</binding> </binding>
</button> </button>
<button n="13"> <button n="13">
<desc>View Right</desc> <desc>View Right</desc>
<repeatable>true</repeatable> <repeatable>false</repeatable>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property>/sim/current-view/goal-heading-offset-deg</property> <property>/sim/current-view/goal-heading-offset-deg</property>
<step type="double">-4.0</step> <step>-30.0</step>
</binding> </binding>
</button> </button>
<button n="14"> <button n="14">
<desc>View Down</desc> <desc>View Down</desc>
<repeatable>true</repeatable> <repeatable>false</repeatable>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property>/sim/current-view/goal-pitch-offset-deg</property> <property>/sim/current-view/goal-pitch-offset-deg</property>
<step type="double">-4.0</step> <step>-20.0</step>
</binding> </binding>
</button> </button>
<button n="15"> <button n="15">
<desc>View Left</desc> <desc>View Left</desc>
<repeatable>true</repeatable> <repeatable>false</repeatable>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property>/sim/current-view/goal-heading-offset-deg</property> <property>/sim/current-view/goal-heading-offset-deg</property>
<step type="double">4.0</step> <step>30.0</step>
</binding> </binding>
</button> </button>
</PropertyList> </PropertyList>