2008-06-01 06:42:05 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!-- Saitek Pro Flight Quadrant
|
|
|
|
|
|
|
|
Copyright (C) 2008 Ronald Jensen (wino(at)jentronics.com)
|
|
|
|
This file is released under the GPL license.
|
|
|
|
-->
|
|
|
|
<PropertyList>
|
|
|
|
<name>Saitek Saitek Pro Flight Quadrant</name>
|
2009-01-10 23:41:29 +00:00
|
|
|
<name>Saitek Pro Flight Quadrant</name>
|
|
|
|
<name>Saitek Pro Flight Throttle Quadrant</name>
|
2008-06-01 06:42:05 +00:00
|
|
|
<axis n="0">
|
|
|
|
<desc>Throttle</desc>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>controls.throttleAxis()</script>
|
|
|
|
</binding>
|
|
|
|
</axis>
|
|
|
|
<axis n="1">
|
|
|
|
<desc>Prop Pitch</desc>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>controls.propellerAxis()</script>
|
|
|
|
</binding>
|
|
|
|
</axis>
|
|
|
|
<axis n="2">
|
|
|
|
<desc>Mixture </desc>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>controls.mixtureAxis()</script>
|
|
|
|
</binding>
|
|
|
|
</axis>
|
|
|
|
<button n="0">
|
|
|
|
<desc>Flaps up</desc>
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>controls.flapsDown(-1)</script>
|
|
|
|
</binding>
|
|
|
|
<mod-up>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>controls.flapsDown(0)</script>
|
|
|
|
</binding>
|
|
|
|
</mod-up>
|
|
|
|
</button>
|
|
|
|
<button n="1">
|
|
|
|
<desc>Flaps down</desc>
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>controls.flapsDown(1)</script>
|
|
|
|
</binding>
|
|
|
|
<mod-up>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>controls.flapsDown(0)</script>
|
|
|
|
</binding>
|
|
|
|
</mod-up>
|
|
|
|
</button>
|
|
|
|
<button n="2">
|
|
|
|
<desc>Elevator trim up</desc>
|
|
|
|
<repeatable>true</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>controls.elevatorTrim(-0.75)</script>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
<button n="3">
|
|
|
|
<desc>Elevator trim down</desc>
|
|
|
|
<repeatable>true</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>controls.elevatorTrim(0.75)</script>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
<button n="4">
|
|
|
|
<desc>Gear up</desc>
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>controls.gearDown(-1)</script>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
<button n="5">
|
|
|
|
<desc>Gear down</desc>
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>controls.gearDown(1)</script>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
</PropertyList>
|