1
0
Fork 0

- add missing <desc>riptions

- random cosmetics
This commit is contained in:
mfranz 2006-10-21 14:58:24 +00:00
parent 9352c3ae4f
commit 543b47232e
2 changed files with 32 additions and 27 deletions

View file

@ -1,25 +1,25 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- <!--
************************************************************************
Bindings for Speedlink Black Hawk Force Vibration joystick. Note that the ************************************************************************
following button numbers correspond to the ones one the joystick
(not the ones used internally). Bindings for Speedlink Black Hawk Force Vibration joystick. Note that the
Axis 0: ailerons* Axis 1: elevator* Axis 2: rudder* Axis 3: throttle* following button numbers correspond to the ones one the joystick
Axis 6 and 7 (coolie hat): view direction* Button 1: all brakes* (not the ones used internally).
Button 2: elevator trim up* Button 4: elevator trim down* Axis 0: ailerons* Axis 1: elevator* Axis 2: rudder* Axis 3: throttle*
Button 3: center view* Button 5: retract flaps* Button 6: extend flaps* Axis 6 and 7 (coolie hat): view direction* Button 1: all brakes*
Button 7: landing gear up* Button 8: landing gear down* Button 2: elevator trim up* Button 4: elevator trim down*
Button 9: left brake* Button 10: right brake* Button 3: center view* Button 5: retract flaps* Button 6: extend flaps*
Button 7: landing gear up* Button 8: landing gear down*
Button 9: left brake* Button 10: right brake*
Button 11: previous view Button 11: previous view
* Button 12: next view * Button 12: next view
Unfortunately, there is no force feedback implementation (yet?) Unfortunately, there is no force feedback implementation (yet?)
Have fun! Marky Marc Have fun! Marky Marc
************************************************************************ ************************************************************************
--> -->
@ -55,6 +55,7 @@ Have fun! Marky Marc
</axis> </axis>
<axis n="3"> <axis n="3">
<desc>Rudder</desc>
<binding> <binding>
<command>property-scale</command> <command>property-scale</command>
<property>/controls/flight/rudder</property> <property>/controls/flight/rudder</property>
@ -102,7 +103,7 @@ Have fun! Marky Marc
</high> </high>
</axis> </axis>
<button n="0"> <button n="0">
<desc>Brakes</desc> <desc>Brakes</desc>
<binding> <binding>
@ -180,21 +181,25 @@ Have fun! Marky Marc
</binding> </binding>
</button> </button>
<button n="6"> <desc>Gear Up.</desc> <button n="6">
<desc>Gear up</desc>
<binding> <binding>
<command>property-assign</command> <command>property-assign</command>
<property>/controls/gear/gear-down</property> <property>/controls/gear/gear-down</property>
<value type="double">0.0</value> <value type="double">0.0</value>
</binding> </binding>
</button> <button n="7"> <desc>Gear down.</desc> </button>
<button n="7">
<desc>Gear down</desc>
<binding> <binding>
<command>property-assign</command> <command>property-assign</command>
<property>/controls/gear/gear-down</property> <property>/controls/gear/gear-down</property>
<value type="double">1.0</value> <value type="double">1.0</value>
</binding> </binding>
</button> </button>
<button n="8"> <button n="8">
<desc>Left brake</desc> <desc>Left brake</desc>
<binding> <binding>
<command>property-assign</command> <command>property-assign</command>
@ -224,16 +229,15 @@ Have fun! Marky Marc
</mod-up> </mod-up>
</button> </button>
<button n="10">
<desc>Scroll in reverse through views</desc>
<button n="10"> <desc>Scroll in reverse through views.</desc>
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script>view.stepView(-1)</script> <script>view.stepView(-1)</script>
</binding> </button> </binding> </button>
<button n="11"> <desc>Cycle view</desc> <button n="11">
<desc>Scroll through views.</desc> <desc>Scroll through views</desc>
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script>view.stepView(1)</script> <script>view.stepView(1)</script>

View file

@ -114,6 +114,7 @@
</button> </button>
<button n="2"> <button n="2">
<desc>Toggle gear</desc>
<repeatable>false</repeatable> <repeatable>false</repeatable>
<binding> <binding>
<command>nasal</command> <command>nasal</command>