1
0
Fork 0

Mathias Fröhlich:

Attached is a patch against the data directory which establishes the
keybindings I use for the carrier operations.
The map.pdf must be regenerated.
This commit is contained in:
ehofman 2004-11-26 10:26:18 +00:00
parent 71bfe3a4db
commit 297200aeca
3 changed files with 81 additions and 6 deletions

View file

@ -153,19 +153,19 @@
\k 64 @ Select second engine
\k 65 A Decrease speed-up
\k 66 B Toggle parking brake on or off
\k 67 C \ac{bo105} Toggle doors; \ac{spitfire} Coffman starter cartridge indexer
\k 67 C Catapult launch; \ac{bo105} Toggle doors; \ac{spitfire} Coffman starter cartridge indexer
\k 68 D \ac{spitfire} Door fold down
\k 69 E {}
\k 70 F \ac{hunter|seahawk} Wing fold down; \ac{spitfire} Open canopy
\k 70 F Wing fold down; \ac{spitfire} Open canopy
\k 71 G Gear down
\k 72 H Cycle HUD brightness; \ac{hunter|seahawk} Hook down; \ac{spitfire} Radiator flap down
\k 73 I Minimal HUD
\k 74 J \ac{hunter-2tanks} Jettison outer pylon stores
\k 75 K \ac{spitfire} Toggle gear warning
\k 76 L \ac{hunter|seahawk} Seat down
\k 76 L Launchbar arrest; \ac{hunter|seahawk} Seat down
\k 77 M Decrease warp; \ac{spitfire} Mixture weak
\k 78 N \ac{spitfire} Propeller course
\k 79 O \ac{spitfire} Operate priming pump
\k 79 O Arrester hook down; \ac{spitfire} Operate priming pump
\k 80 P Toggle panel
\k 81 Q \ac{T38} Fuel cutoff switch or lever
\k 82 R \ac{fokker100} Toggle thrust reverser; \ac{A320|MD11} Toggle cutoff on selected engine(s)
@ -188,7 +188,7 @@
\k 99 c Toggle 3D/2D cockpit
\k 100 d \ac{AN-225|YF-23|A-10} Retract slats; \ac{spitfire} Door fold up
\k 101 e {}
\k 102 f \ac{AN-225|YF-23|A-10} Extend slats; \ac{hunter|seahawk} Wing fold up; \ac{spitfire} Close canopy
\k 102 f Wing fold up; \ac{AN-225|YF-23|A-10} Extend slats; \ac{spitfire} Close canopy
\k 103 g Gear Up
\k 104 h HUD master switch (cycle green/red/off); \ac{hunter|seahawk} Hook up; \ac{spitfire} Radiator flap up
\k 105 i Normal HUD
@ -197,7 +197,7 @@
\k 108 l Toggle tail-wheel lock; \ac{hunter|seahawk} Seat up; \ac{spitfire} Dump fuel
\k 109 m Increase warp; \ac{spitfire} Mixture rich
\k 110 n \ac{spitfire} Propeller fine
\k 111 o {}
\k 111 o Arrester hook up
\k 112 p Toggle the pause state of the sim
\k 113 q {}
\k 114 r Activate the instant replay system

View file

@ -519,6 +519,33 @@ 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>
@ -545,6 +572,23 @@ 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>
@ -555,6 +599,16 @@ 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>
@ -687,6 +741,16 @@ 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>
@ -750,6 +814,16 @@ 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>

View file

@ -291,6 +291,7 @@ Started September 2000 by David Megginson, david@megginson.com
<ai>
<enabled type="bool">true</enabled>
<scenario>nimitz_demo</scenario>
<!-- <scenario>aircraft_demo</scenario> -->
</ai>