5df46f3e5c
- carrier-bindings.xml: remove trailing spaces & add some blanks
90 lines
2.1 KiB
XML
90 lines
2.1 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<PropertyList>
|
|
<!-- map keys for catapult launch -->
|
|
<key n="67">
|
|
<name>C</name>
|
|
<desc>Catapult Launch Command.</desc>
|
|
<binding>
|
|
<command>property-assign</command>
|
|
<property>/controls/gear/catapult-launch-cmd</property>
|
|
<value type="bool">true</value>
|
|
</binding>
|
|
<mod-up>
|
|
<binding>
|
|
<command>property-assign</command>
|
|
<property>/controls/gear/catapult-launch-cmd</property>
|
|
<value type="bool">false</value>
|
|
</binding>
|
|
</mod-up>
|
|
</key>
|
|
|
|
<!-- map keys for launch-bar -->
|
|
<key n="76">
|
|
<name>L</name>
|
|
<desc>Launch-bar engage.</desc>
|
|
<binding>
|
|
<command>property-assign</command>
|
|
<property>/controls/gear/launchbar</property>
|
|
<value type="bool">true</value>
|
|
</binding>
|
|
<mod-up>
|
|
<binding>
|
|
<command>property-assign</command>
|
|
<property>/controls/gear/launchbar</property>
|
|
<value type="bool">false</value>
|
|
</binding>
|
|
</mod-up>
|
|
</key>
|
|
|
|
<!-- map keys for arrester hook -->
|
|
<key n="79">
|
|
<name>O</name>
|
|
<desc>Hook down.</desc>
|
|
<binding>
|
|
<command>property-assign</command>
|
|
<property>controls/gear/tailhook</property>
|
|
<value type="double">1.0</value>
|
|
</binding>
|
|
</key>
|
|
|
|
<key n="111">
|
|
<name>o</name>
|
|
<desc>Hook Up.</desc>
|
|
<binding>
|
|
<command>property-assign</command>
|
|
<property>controls/gear/tailhook</property>
|
|
<value type="double">0.0</value>
|
|
</binding>
|
|
</key>
|
|
|
|
<!-- map keys for wing fold -->
|
|
<key n="70">
|
|
<name>F</name>
|
|
<desc>Wing Fold Down.</desc>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>controls.wingsDown(1)</script>
|
|
</binding>
|
|
<mod-up>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>controls.wingsDown(0)</script>
|
|
</binding>
|
|
</mod-up>
|
|
</key>
|
|
|
|
<key n="102">
|
|
<name>f</name>
|
|
<desc>Wing Fold Up.</desc>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>controls.wingsDown(-1)</script>
|
|
</binding>
|
|
<mod-up>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>controls.wingsDown(0)</script>
|
|
</binding>
|
|
</mod-up>
|
|
</key>
|
|
</PropertyList>
|