1
0
Fork 0
fgdata/Input/Keyboard/carrier-bindings.xml
ehofman 1a966210b9 Mathias Fröhlich:
Here is an other one to the data directory. It updates the carrier launchbar
command and catapult launch command to reset itself if the key is no longer
pressed. That fixes the odd behavour, that once a carrier launch happened, a
second lauch happens no longer immediately at arresing time.
2005-10-13 13:45:54 +00:00

75 lines
1.9 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>property-assign</command>
<property>controls/flight/wing-fold</property>
<value type="double">1.0</value>
</binding>
</key>
<key n="102">
<name>f</name>
<desc>Wing Fold Up.</desc>
<binding>
<command>property-assign</command>
<property>controls/flight/wing-fold</property>
<value type="double">0.0</value>
</binding>
</key>
</PropertyList>