Remove carrier specific keyboard bindings, they are now located in Input/Keyboard/carrier-bindings.xml
This commit is contained in:
parent
2bdb704c2a
commit
1571689ab2
1 changed files with 0 additions and 74 deletions
74
keyboard.xml
74
keyboard.xml
|
@ -519,33 +519,6 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
</binding>
|
||||
</key>
|
||||
|
||||
<key n="67">
|
||||
<name>C</name>
|
||||
<desc>Catapult launch</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/gear/catapult-launch-cmd</property>
|
||||
<value type="double">1.0</value>
|
||||
</binding>
|
||||
<mod-up>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/gear/catapult-launch-cmd</property>
|
||||
<value type="double">0.0</value>
|
||||
</binding>
|
||||
</mod-up>
|
||||
</key>
|
||||
|
||||
<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="71">
|
||||
<name>G</name>
|
||||
<desc>Gear down.</desc>
|
||||
|
@ -572,23 +545,6 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
</binding>
|
||||
</key>
|
||||
|
||||
<key n="76">
|
||||
<name>L</name>
|
||||
<desc>Launchbar arrest</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/gear/launchbar</property>
|
||||
<value type="double">1.0</value>
|
||||
</binding>
|
||||
<mod-up>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/gear/launchbar</property>
|
||||
<value type="double">0.0</value>
|
||||
</binding>
|
||||
</mod-up>
|
||||
</key>
|
||||
|
||||
<key n="77">
|
||||
<name>M</name>
|
||||
<desc>Decrease warp.</desc>
|
||||
|
@ -599,16 +555,6 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
</binding>
|
||||
</key>
|
||||
|
||||
<key n="79">
|
||||
<name>O</name>
|
||||
<desc>Arrester hook down.</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/gear/tailhook</property>
|
||||
<value type="double">1.0</value>
|
||||
</binding>
|
||||
</key>
|
||||
|
||||
<key n="80">
|
||||
<name>P</name>
|
||||
<desc>Toggle panel.</desc>
|
||||
|
@ -741,16 +687,6 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
</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>
|
||||
|
||||
<key n="103">
|
||||
<name>g</name>
|
||||
<desc>Gear Up.</desc>
|
||||
|
@ -814,16 +750,6 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
</binding>
|
||||
</key>
|
||||
|
||||
<key n="111">
|
||||
<name>o</name>
|
||||
<desc>Arrester hook Up.</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>controls/gear/tailhook</property>
|
||||
<value type="double">0.0</value>
|
||||
</binding>
|
||||
</key>
|
||||
|
||||
<key n="112">
|
||||
<name>p</name>
|
||||
<desc>Toggle the pause state of the sim.</desc>
|
||||
|
|
Loading…
Reference in a new issue