1
0
Fork 0

- add missing <desc>riptions

- random cosmetics
This commit is contained in:
mfranz 2006-10-21 11:27:58 +00:00
parent 7f31a17f72
commit b840984965
5 changed files with 38 additions and 5 deletions

View file

@ -21,6 +21,7 @@ $Id$
<name>CH PRO PEDALS USB </name> <name>CH PRO PEDALS USB </name>
<axis n="0"> <axis n="0">
<desc>Brake left</desc>
<binding> <binding>
<command>property-scale</command> <command>property-scale</command>
<property>/controls/gear/brake-left</property> <property>/controls/gear/brake-left</property>
@ -30,6 +31,7 @@ $Id$
</axis> </axis>
<axis n="1"> <axis n="1">
<desc>Brake right</desc>
<binding> <binding>
<command>property-scale</command> <command>property-scale</command>
<property>/controls/gear/brake-right</property> <property>/controls/gear/brake-right</property>
@ -39,6 +41,7 @@ $Id$
</axis> </axis>
<axis n="2"> <axis n="2">
<desc>Rudder</desc>
<binding> <binding>
<command>property-scale</command> <command>property-scale</command>
<property>/controls/flight/rudder</property> <property>/controls/flight/rudder</property>

View file

@ -52,6 +52,7 @@
<factor type="double">-0.5</factor> <factor type="double">-0.5</factor>
</binding> </binding>
</axis> </axis>
<axis> <axis>
<desc>Propeller</desc> <desc>Propeller</desc>
<number> <number>
@ -99,12 +100,12 @@
</axis> </axis>
<axis> <axis>
<desc>View Elevation</desc>
<number> <number>
<unix>6</unix> <unix>6</unix>
<mac>6</mac> <mac>6</mac>
<windows>7</windows> <windows>7</windows>
</number> </number>
<desc>View Elevation</desc>
<low> <low>
<repeatable>true</repeatable> <repeatable>true</repeatable>
<binding> <binding>
@ -124,7 +125,7 @@
</axis> </axis>
<button n="0"> <button n="0">
<desc>Fire Starter on Selected Engine(s)</desc> <desc>Fire Starter on Selected Engine(s)</desc>
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script>controls.startEngine()</script> <script>controls.startEngine()</script>
@ -137,7 +138,8 @@
</mod-up> </mod-up>
</button> </button>
<button n="1"> <button n="1">
<desc>Cycle View</desc>
<repeatable>false</repeatable> <repeatable>false</repeatable>
<binding> <binding>
<command>view-cycle</command> <command>view-cycle</command>
@ -145,6 +147,7 @@
</button> </button>
<button n="2"> <button n="2">
<desc>Rudder Trim Right</desc>
<repeatable>true</repeatable> <repeatable>true</repeatable>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
@ -154,6 +157,7 @@
</button> </button>
<button n="3"> <button n="3">
<desc>Rudder Trim Left</desc>
<repeatable>true</repeatable> <repeatable>true</repeatable>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
@ -193,6 +197,7 @@
</button> </button>
<button n="6"> <button n="6">
<desc>Flaps up</desc>
<repeatable>false</repeatable> <repeatable>false</repeatable>
<binding> <binding>
<command>nasal</command> <command>nasal</command>
@ -207,6 +212,7 @@
</button> </button>
<button n="7"> <button n="7">
<desc>Flaps down</desc>
<repeatable>false</repeatable> <repeatable>false</repeatable>
<binding> <binding>
<command>nasal</command> <command>nasal</command>
@ -221,6 +227,7 @@
</button> </button>
<button n="8"> <button n="8">
<desc>Increase Engine Boost</desc>
<repeatable>true</repeatable> <repeatable>true</repeatable>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
@ -235,6 +242,7 @@
</button> </button>
<button n="9"> <button n="9">
<desc>Decrease Engine Boost</desc>
<repeatable>true</repeatable> <repeatable>true</repeatable>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
@ -248,7 +256,8 @@
</binding> </binding>
</button> </button>
<button n="10"> <button n="10">
<desc>Elevator Trim down</desc>
<repeatable>true</repeatable> <repeatable>true</repeatable>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
@ -258,6 +267,7 @@
</button> </button>
<button n="11"> <button n="11">
<desc>Elevator Trim up</desc>
<repeatable>true</repeatable> <repeatable>true</repeatable>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>

View file

@ -41,6 +41,7 @@ joystick, and that the first button is the trigger.
</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>

View file

@ -101,6 +101,7 @@ $Id$
<!-- The next two axes are the view hat --> <!-- The next two axes are the view hat -->
<axis n="3"> <axis n="3">
<desc>View left/right</desc>
<binding> <binding>
<command>property-scale</command> <command>property-scale</command>
<property>/sim/current-view/axes/lat</property> <property>/sim/current-view/axes/lat</property>
@ -108,6 +109,7 @@ $Id$
</axis> </axis>
<axis n="4"> <axis n="4">
<desc>View up/down</desc>
<binding> <binding>
<command>property-scale</command> <command>property-scale</command>
<property>/sim/current-view/axes/long</property> <property>/sim/current-view/axes/long</property>
@ -129,6 +131,7 @@ $Id$
</button> </button>
<button n="2"> <button n="2">
<desc>Elevator trim down</desc>
<repeatable>true</repeatable> <repeatable>true</repeatable>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
@ -138,6 +141,7 @@ $Id$
</button> </button>
<button n="3"> <button n="3">
<desc>Elevator trim up</desc>
<repeatable>true</repeatable> <repeatable>true</repeatable>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
@ -147,6 +151,7 @@ $Id$
</button> </button>
<button n="4"> <button n="4">
<desc>Mixture richer</desc>
<repeatable>true</repeatable> <repeatable>true</repeatable>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
@ -161,6 +166,7 @@ $Id$
</button> </button>
<button n="5"> <button n="5">
<desc>Mixture leaner</desc>
<repeatable>true</repeatable> <repeatable>true</repeatable>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>

View file

@ -65,6 +65,7 @@ $Id$
</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>
@ -73,10 +74,14 @@ $Id$
</axis> </axis>
<axis n="4"> <axis n="4">
<command>null</command> <desc>unused</desc>
<binding>
<command>null</command>
</binding>
</axis> </axis>
<axis n="5"> <axis n="5">
<desc>View left/right</desc>
<binding> <binding>
<command>property-scale</command> <command>property-scale</command>
<property>/sim/current-view/axes/lat</property> <property>/sim/current-view/axes/lat</property>
@ -84,6 +89,7 @@ $Id$
</axis> </axis>
<axis n="6"> <axis n="6">
<desc>View up/down</desc>
<binding> <binding>
<command>property-scale</command> <command>property-scale</command>
<property>/sim/current-view/axes/long</property> <property>/sim/current-view/axes/long</property>
@ -91,6 +97,7 @@ $Id$
</axis> </axis>
<button n="0"> <button n="0">
<desc>Elevator trim up</desc>
<repeatable>true</repeatable> <repeatable>true</repeatable>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
@ -100,6 +107,7 @@ $Id$
</button> </button>
<button n="1"> <button n="1">
<desc>Decrease propeller pitch</desc>
<repeatable>true</repeatable> <repeatable>true</repeatable>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
@ -114,6 +122,7 @@ $Id$
</button> </button>
<button n="2"> <button n="2">
<desc>Mixture leaner</desc>
<repeatable>true</repeatable> <repeatable>true</repeatable>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
@ -128,6 +137,7 @@ $Id$
</button> </button>
<button n="3"> <button n="3">
<desc>Elevator trim down</desc>
<repeatable>true</repeatable> <repeatable>true</repeatable>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
@ -137,6 +147,7 @@ $Id$
</button> </button>
<button n="4"> <button n="4">
<desc>Increase propeller pitch</desc>
<repeatable>true</repeatable> <repeatable>true</repeatable>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
@ -151,6 +162,7 @@ $Id$
</button> </button>
<button n="5"> <button n="5">
<desc>Mixture richer</desc>
<repeatable>true</repeatable> <repeatable>true</repeatable>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
@ -193,6 +205,7 @@ $Id$
</button> </button>
<button n="8"> <button n="8">
<desc>Cycle View</desc>
<repeatable>false</repeatable> <repeatable>false</repeatable>
<binding> <binding>
<command>view-cycle</command> <command>view-cycle</command>