- add missing <desc>riptions
- random cosmetics
This commit is contained in:
parent
9352c3ae4f
commit
543b47232e
2 changed files with 32 additions and 27 deletions
|
@ -1,25 +1,25 @@
|
|||
<?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).
|
||||
Axis 0: ailerons* Axis 1: elevator* Axis 2: rudder* Axis 3: throttle*
|
||||
Axis 6 and 7 (coolie hat): view direction* Button 1: all brakes*
|
||||
Button 2: elevator trim up* Button 4: elevator trim down*
|
||||
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*
|
||||
************************************************************************
|
||||
|
||||
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).
|
||||
Axis 0: ailerons* Axis 1: elevator* Axis 2: rudder* Axis 3: throttle*
|
||||
Axis 6 and 7 (coolie hat): view direction* Button 1: all brakes*
|
||||
Button 2: elevator trim up* Button 4: elevator trim down*
|
||||
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 12: next view
|
||||
|
||||
|
||||
Unfortunately, there is no force feedback implementation (yet?)
|
||||
Have fun! Marky Marc
|
||||
************************************************************************
|
||||
|
||||
Unfortunately, there is no force feedback implementation (yet?)
|
||||
Have fun! Marky Marc
|
||||
************************************************************************
|
||||
|
||||
-->
|
||||
|
||||
|
@ -55,6 +55,7 @@ Have fun! Marky Marc
|
|||
</axis>
|
||||
|
||||
<axis n="3">
|
||||
<desc>Rudder</desc>
|
||||
<binding>
|
||||
<command>property-scale</command>
|
||||
<property>/controls/flight/rudder</property>
|
||||
|
@ -102,7 +103,7 @@ Have fun! Marky Marc
|
|||
</high>
|
||||
</axis>
|
||||
|
||||
|
||||
|
||||
<button n="0">
|
||||
<desc>Brakes</desc>
|
||||
<binding>
|
||||
|
@ -180,21 +181,25 @@ Have fun! Marky Marc
|
|||
</binding>
|
||||
</button>
|
||||
|
||||
<button n="6"> <desc>Gear Up.</desc>
|
||||
<button n="6">
|
||||
<desc>Gear up</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/gear/gear-down</property>
|
||||
<value type="double">0.0</value>
|
||||
</binding>
|
||||
</button> <button n="7"> <desc>Gear down.</desc>
|
||||
</button>
|
||||
|
||||
<button n="7">
|
||||
<desc>Gear down</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/gear/gear-down</property>
|
||||
<value type="double">1.0</value>
|
||||
</binding>
|
||||
</button>
|
||||
</button>
|
||||
|
||||
<button n="8">
|
||||
<button n="8">
|
||||
<desc>Left brake</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
|
@ -224,16 +229,15 @@ Have fun! Marky Marc
|
|||
</mod-up>
|
||||
</button>
|
||||
|
||||
|
||||
|
||||
<button n="10"> <desc>Scroll in reverse through views.</desc>
|
||||
<button n="10">
|
||||
<desc>Scroll in reverse through views</desc>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>view.stepView(-1)</script>
|
||||
</binding> </button>
|
||||
</binding> </button>
|
||||
|
||||
<button n="11"> <desc>Cycle view</desc>
|
||||
<desc>Scroll through views.</desc>
|
||||
<button n="11">
|
||||
<desc>Scroll through views</desc>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>view.stepView(1)</script>
|
||||
|
|
|
@ -114,6 +114,7 @@
|
|||
</button>
|
||||
|
||||
<button n="2">
|
||||
<desc>Toggle gear</desc>
|
||||
<repeatable>false</repeatable>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
|
|
Loading…
Reference in a new issue