- one more <name>
- use nasal for throttle - remove useless bindings - description fix
This commit is contained in:
parent
b104eef939
commit
d432fe55d2
1 changed files with 4 additions and 53 deletions
|
@ -11,7 +11,7 @@
|
||||||
* Axis 1 (left joystick): elevator
|
* Axis 1 (left joystick): elevator
|
||||||
* Axis 2 (slider): throttle
|
* Axis 2 (slider): throttle
|
||||||
* Axis 3 (right joystick): rudder
|
* Axis 3 (right joystick): rudder
|
||||||
* Axis 4 (right joystick): raise/lower 2D panel
|
* Axis 4 (right joystick): (not used)
|
||||||
* Axes 5 and 6 (hat): set view direction
|
* Axes 5 and 6 (hat): set view direction
|
||||||
*
|
*
|
||||||
* Button 0 (A): elevator trim up
|
* Button 0 (A): elevator trim up
|
||||||
|
@ -34,6 +34,7 @@ $Id$
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
|
|
||||||
<name>Logitech Inc. WingMan RumblePad</name>
|
<name>Logitech Inc. WingMan RumblePad</name>
|
||||||
|
<name>Logitech WingMan RumblePad USB</name>
|
||||||
<name>WingMan RumblePad</name>
|
<name>WingMan RumblePad</name>
|
||||||
|
|
||||||
<axis n="0">
|
<axis n="0">
|
||||||
|
@ -58,52 +59,8 @@ $Id$
|
||||||
<axis n="2">
|
<axis n="2">
|
||||||
<desc>Throttle</desc>
|
<desc>Throttle</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-scale</command>
|
<command>nasal</command>
|
||||||
<property>/controls/engines/engine[0]/throttle</property>
|
<script>controls.throttleAxis()</script>
|
||||||
<offset type="double">-1.0</offset>
|
|
||||||
<factor type="double">-0.5</factor>
|
|
||||||
</binding>
|
|
||||||
<binding>
|
|
||||||
<command>property-scale</command>
|
|
||||||
<property>/controls/engines/engine[1]/throttle</property>
|
|
||||||
<offset type="double">-1.0</offset>
|
|
||||||
<factor type="double">-0.5</factor>
|
|
||||||
</binding>
|
|
||||||
<binding>
|
|
||||||
<command>property-scale</command>
|
|
||||||
<property>/controls/engines/engine[2]/throttle</property>
|
|
||||||
<offset type="double">-1.0</offset>
|
|
||||||
<factor type="double">-0.5</factor>
|
|
||||||
</binding>
|
|
||||||
<binding>
|
|
||||||
<command>property-scale</command>
|
|
||||||
<property>/controls/engines/engine[3]/throttle</property>
|
|
||||||
<offset type="double">-1.0</offset>
|
|
||||||
<factor type="double">-0.5</factor>
|
|
||||||
</binding>
|
|
||||||
<binding>
|
|
||||||
<command>property-scale</command>
|
|
||||||
<property>/controls/engines/engine[4]/throttle</property>
|
|
||||||
<offset type="double">-1.0</offset>
|
|
||||||
<factor type="double">-0.5</factor>
|
|
||||||
</binding>
|
|
||||||
<binding>
|
|
||||||
<command>property-scale</command>
|
|
||||||
<property>/controls/engines/engine[5]/throttle</property>
|
|
||||||
<offset type="double">-1.0</offset>
|
|
||||||
<factor type="double">-0.5</factor>
|
|
||||||
</binding>
|
|
||||||
<binding>
|
|
||||||
<command>property-scale</command>
|
|
||||||
<property>/controls/engines/engine[6]/throttle</property>
|
|
||||||
<offset type="double">-1.0</offset>
|
|
||||||
<factor type="double">-0.5</factor>
|
|
||||||
</binding>
|
|
||||||
<binding>
|
|
||||||
<command>property-scale</command>
|
|
||||||
<property>/controls/engines/engine[7]/throttle</property>
|
|
||||||
<offset type="double">-1.0</offset>
|
|
||||||
<factor type="double">-0.5</factor>
|
|
||||||
</binding>
|
</binding>
|
||||||
</axis>
|
</axis>
|
||||||
|
|
||||||
|
@ -140,12 +97,6 @@ $Id$
|
||||||
<property>/controls/flight/elevator-trim</property>
|
<property>/controls/flight/elevator-trim</property>
|
||||||
<step type="double">-0.001</step>
|
<step type="double">-0.001</step>
|
||||||
</binding>
|
</binding>
|
||||||
<binding>
|
|
||||||
<command>null</command>
|
|
||||||
</binding>
|
|
||||||
<binding>
|
|
||||||
<command>null</command>
|
|
||||||
</binding>
|
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button n="1">
|
<button n="1">
|
||||||
|
|
Loading…
Add table
Reference in a new issue