1
0
Fork 0

Some final changes to the carrier keyboard configuration.

This commit is contained in:
ehofman 2004-12-20 13:53:21 +00:00
parent 296dbf5e79
commit bf8a0efaa5

View file

@ -37,4 +37,23 @@
<value type="double">0.0</value> <value type="double">0.0</value>
</binding> </binding>
</key> </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> </PropertyList>