Add a keyboard bindings configurtion file for carrier capable aircraft
This commit is contained in:
parent
8503b293ee
commit
296dbf5e79
1 changed files with 40 additions and 0 deletions
40
Input/Keyboard/carrier-bindings.xml
Normal file
40
Input/Keyboard/carrier-bindings.xml
Normal file
|
@ -0,0 +1,40 @@
|
|||
<?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-toggle</command>
|
||||
<property>/controls/gear/catapult-launch-cmd</property>
|
||||
</binding>
|
||||
</key>
|
||||
<!-- map keys for launch-bar -->
|
||||
<key n="76">
|
||||
<name>L</name>
|
||||
<desc>Launch-bar engage.</desc>
|
||||
<binding>
|
||||
<command>property-toggle</command>
|
||||
<property>/controls/gear/launchbar</property>
|
||||
</binding>
|
||||
</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>
|
||||
</PropertyList>
|
Loading…
Reference in a new issue