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:
parent
052c27c39b
commit
1a966210b9
1 changed files with 20 additions and 4 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue