2004-12-20 12:52:18 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2008-12-17 18:42:41 +00:00
|
|
|
<PropertyList>
|
2004-12-20 12:52:18 +00:00
|
|
|
<!-- map keys for catapult launch -->
|
2008-12-17 18:42:41 +00:00
|
|
|
<key n="67">
|
2004-12-20 12:52:18 +00:00
|
|
|
<name>C</name>
|
|
|
|
<desc>Catapult Launch Command.</desc>
|
2005-10-13 13:45:54 +00:00
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
2004-12-20 12:52:18 +00:00
|
|
|
<property>/controls/gear/catapult-launch-cmd</property>
|
2005-10-13 13:45:54 +00:00
|
|
|
<value type="bool">true</value>
|
2004-12-20 12:52:18 +00:00
|
|
|
</binding>
|
2005-10-13 13:45:54 +00:00
|
|
|
<mod-up>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
|
|
|
<property>/controls/gear/catapult-launch-cmd</property>
|
|
|
|
<value type="bool">false</value>
|
|
|
|
</binding>
|
|
|
|
</mod-up>
|
2004-12-20 12:52:18 +00:00
|
|
|
</key>
|
2008-12-17 18:42:41 +00:00
|
|
|
|
2004-12-20 12:52:18 +00:00
|
|
|
<!-- map keys for launch-bar -->
|
2008-12-17 18:42:41 +00:00
|
|
|
<key n="76">
|
2004-12-20 12:52:18 +00:00
|
|
|
<name>L</name>
|
|
|
|
<desc>Launch-bar engage.</desc>
|
2005-10-13 13:45:54 +00:00
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
2004-12-20 12:52:18 +00:00
|
|
|
<property>/controls/gear/launchbar</property>
|
2005-10-13 13:45:54 +00:00
|
|
|
<value type="bool">true</value>
|
2004-12-20 12:52:18 +00:00
|
|
|
</binding>
|
2005-10-13 13:45:54 +00:00
|
|
|
<mod-up>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
|
|
|
<property>/controls/gear/launchbar</property>
|
|
|
|
<value type="bool">false</value>
|
|
|
|
</binding>
|
|
|
|
</mod-up>
|
2004-12-20 12:52:18 +00:00
|
|
|
</key>
|
2008-12-17 18:42:41 +00:00
|
|
|
|
2004-12-20 12:52:18 +00:00
|
|
|
<!-- map keys for arrester hook -->
|
2008-12-17 18:42:41 +00:00
|
|
|
<key n="79">
|
2004-12-20 12:52:18 +00:00
|
|
|
<name>O</name>
|
|
|
|
<desc>Hook down.</desc>
|
2008-12-17 18:42:41 +00:00
|
|
|
<binding>
|
2004-12-20 12:52:18 +00:00
|
|
|
<command>property-assign</command>
|
|
|
|
<property>controls/gear/tailhook</property>
|
|
|
|
<value type="double">1.0</value>
|
|
|
|
</binding>
|
|
|
|
</key>
|
2008-12-17 18:42:41 +00:00
|
|
|
|
|
|
|
<key n="111">
|
2004-12-20 12:52:18 +00:00
|
|
|
<name>o</name>
|
|
|
|
<desc>Hook Up.</desc>
|
2008-12-17 18:42:41 +00:00
|
|
|
<binding>
|
2004-12-20 12:52:18 +00:00
|
|
|
<command>property-assign</command>
|
|
|
|
<property>controls/gear/tailhook</property>
|
|
|
|
<value type="double">0.0</value>
|
|
|
|
</binding>
|
|
|
|
</key>
|
2008-12-17 18:42:41 +00:00
|
|
|
|
2004-12-20 13:53:21 +00:00
|
|
|
<!-- map keys for wing fold -->
|
2008-12-17 18:42:41 +00:00
|
|
|
<key n="70">
|
2004-12-20 13:53:21 +00:00
|
|
|
<name>F</name>
|
|
|
|
<desc>Wing Fold Down.</desc>
|
2008-12-17 18:42:41 +00:00
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>controls.wingsDown(1)</script>
|
2004-12-20 13:53:21 +00:00
|
|
|
</binding>
|
2008-12-17 18:42:41 +00:00
|
|
|
<mod-up>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>controls.wingsDown(0)</script>
|
|
|
|
</binding>
|
|
|
|
</mod-up>
|
2004-12-20 13:53:21 +00:00
|
|
|
</key>
|
2008-12-17 18:42:41 +00:00
|
|
|
|
|
|
|
<key n="102">
|
2004-12-20 13:53:21 +00:00
|
|
|
<name>f</name>
|
|
|
|
<desc>Wing Fold Up.</desc>
|
2008-12-17 18:42:41 +00:00
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>controls.wingsDown(-1)</script>
|
|
|
|
</binding>
|
|
|
|
<mod-up>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>controls.wingsDown(0)</script>
|
|
|
|
</binding>
|
|
|
|
</mod-up>
|
2004-12-20 13:53:21 +00:00
|
|
|
</key>
|
2004-12-20 12:52:18 +00:00
|
|
|
</PropertyList>
|