Merge branch 'master' of gitorious.org:fg/fgdata
This commit is contained in:
commit
6673d2a625
1 changed files with 20 additions and 18 deletions
|
@ -4,10 +4,11 @@ _______________________________________ Layout _________________________________
|
||||||
|
|
||||||
axis 0: aileron
|
axis 0: aileron
|
||||||
axis 1: elevator
|
axis 1: elevator
|
||||||
axis 2: rudder
|
axis 2: throttle
|
||||||
axis 3: throttle
|
axis 3: rudder
|
||||||
axis 4: view hat X
|
axis 4: unused
|
||||||
axis 5: view hat Y
|
axis 5: view hat X
|
||||||
|
axis 6: view hat Y
|
||||||
___________________________________ Customization ____________________________________
|
___________________________________ Customization ____________________________________
|
||||||
|
|
||||||
If you want to change some (or all) of the bindings, the recommended way is
|
If you want to change some (or all) of the bindings, the recommended way is
|
||||||
|
@ -42,6 +43,7 @@ ________________________________________________________________________________
|
||||||
|
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
<name>Padix Co. Ltd. Trust GM-2600 Joystick</name>
|
<name>Padix Co. Ltd. Trust GM-2600 Joystick</name>
|
||||||
|
<name>5-Axis,12-Button with POV </name>
|
||||||
|
|
||||||
<axis>
|
<axis>
|
||||||
<desc>aileron</desc>
|
<desc>aileron</desc>
|
||||||
|
@ -69,10 +71,21 @@ ________________________________________________________________________________
|
||||||
</axis>
|
</axis>
|
||||||
|
|
||||||
<axis>
|
<axis>
|
||||||
<desc>rudder</desc>
|
<desc>throttle</desc>
|
||||||
<number>
|
<number>
|
||||||
<unix>2</unix>
|
<unix>2</unix>
|
||||||
</number>
|
</number>
|
||||||
|
<binding>
|
||||||
|
<command>nasal</command>
|
||||||
|
<script>controls.throttleAxis()</script>
|
||||||
|
</binding>
|
||||||
|
</axis>
|
||||||
|
|
||||||
|
<axis>
|
||||||
|
<desc>rudder</desc>
|
||||||
|
<number>
|
||||||
|
<unix>3</unix>
|
||||||
|
</number>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-scale</command>
|
<command>property-scale</command>
|
||||||
<property>controls/flight/rudder</property>
|
<property>controls/flight/rudder</property>
|
||||||
|
@ -81,21 +94,10 @@ ________________________________________________________________________________
|
||||||
</binding>
|
</binding>
|
||||||
</axis>
|
</axis>
|
||||||
|
|
||||||
<axis>
|
|
||||||
<desc>throttle</desc>
|
|
||||||
<number>
|
|
||||||
<unix>3</unix>
|
|
||||||
</number>
|
|
||||||
<binding>
|
|
||||||
<command>nasal</command>
|
|
||||||
<script>controls.throttleAxis()</script>
|
|
||||||
</binding>
|
|
||||||
</axis>
|
|
||||||
|
|
||||||
<axis>
|
<axis>
|
||||||
<desc>View Direction</desc>
|
<desc>View Direction</desc>
|
||||||
<number>
|
<number>
|
||||||
<unix>4</unix>
|
<unix>5</unix>
|
||||||
</number>
|
</number>
|
||||||
<low>
|
<low>
|
||||||
<repeatable>true</repeatable>
|
<repeatable>true</repeatable>
|
||||||
|
@ -116,7 +118,7 @@ ________________________________________________________________________________
|
||||||
<axis>
|
<axis>
|
||||||
<desc>View Elevation</desc>
|
<desc>View Elevation</desc>
|
||||||
<number>
|
<number>
|
||||||
<unix>5</unix>
|
<unix>6</unix>
|
||||||
</number>
|
</number>
|
||||||
<low>
|
<low>
|
||||||
<repeatable>true</repeatable>
|
<repeatable>true</repeatable>
|
||||||
|
|
Loading…
Reference in a new issue