1
0
Fork 0

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.
This commit is contained in:
ehofman 2005-10-13 13:45:54 +00:00
parent 052c27c39b
commit 1a966210b9

View file

@ -4,19 +4,35 @@
<key n="67">
<name>C</name>
<desc>Catapult Launch Command.</desc>
<binding>
<command>property-toggle</command>
<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-toggle</command>
<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">