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:
parent
71bfe3a4db
commit
297200aeca
3 changed files with 81 additions and 6 deletions
|
@ -153,19 +153,19 @@
|
||||||
\k 64 @ Select second engine
|
\k 64 @ Select second engine
|
||||||
\k 65 A Decrease speed-up
|
\k 65 A Decrease speed-up
|
||||||
\k 66 B Toggle parking brake on or off
|
\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 68 D \ac{spitfire} Door fold down
|
||||||
\k 69 E {}
|
\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 71 G Gear down
|
||||||
\k 72 H Cycle HUD brightness; \ac{hunter|seahawk} Hook down; \ac{spitfire} Radiator flap down
|
\k 72 H Cycle HUD brightness; \ac{hunter|seahawk} Hook down; \ac{spitfire} Radiator flap down
|
||||||
\k 73 I Minimal HUD
|
\k 73 I Minimal HUD
|
||||||
\k 74 J \ac{hunter-2tanks} Jettison outer pylon stores
|
\k 74 J \ac{hunter-2tanks} Jettison outer pylon stores
|
||||||
\k 75 K \ac{spitfire} Toggle gear warning
|
\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 77 M Decrease warp; \ac{spitfire} Mixture weak
|
||||||
\k 78 N \ac{spitfire} Propeller course
|
\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 80 P Toggle panel
|
||||||
\k 81 Q \ac{T38} Fuel cutoff switch or lever
|
\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)
|
\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 99 c Toggle 3D/2D cockpit
|
||||||
\k 100 d \ac{AN-225|YF-23|A-10} Retract slats; \ac{spitfire} Door fold up
|
\k 100 d \ac{AN-225|YF-23|A-10} Retract slats; \ac{spitfire} Door fold up
|
||||||
\k 101 e {}
|
\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 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 104 h HUD master switch (cycle green/red/off); \ac{hunter|seahawk} Hook up; \ac{spitfire} Radiator flap up
|
||||||
\k 105 i Normal HUD
|
\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 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 109 m Increase warp; \ac{spitfire} Mixture rich
|
||||||
\k 110 n \ac{spitfire} Propeller fine
|
\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 112 p Toggle the pause state of the sim
|
||||||
\k 113 q {}
|
\k 113 q {}
|
||||||
\k 114 r Activate the instant replay system
|
\k 114 r Activate the instant replay system
|
||||||
|
|
74
keyboard.xml
74
keyboard.xml
|
@ -519,6 +519,33 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
||||||
</binding>
|
</binding>
|
||||||
</key>
|
</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">
|
<key n="71">
|
||||||
<name>G</name>
|
<name>G</name>
|
||||||
<desc>Gear down.</desc>
|
<desc>Gear down.</desc>
|
||||||
|
@ -545,6 +572,23 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
||||||
</binding>
|
</binding>
|
||||||
</key>
|
</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">
|
<key n="77">
|
||||||
<name>M</name>
|
<name>M</name>
|
||||||
<desc>Decrease warp.</desc>
|
<desc>Decrease warp.</desc>
|
||||||
|
@ -555,6 +599,16 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
||||||
</binding>
|
</binding>
|
||||||
</key>
|
</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">
|
<key n="80">
|
||||||
<name>P</name>
|
<name>P</name>
|
||||||
<desc>Toggle panel.</desc>
|
<desc>Toggle panel.</desc>
|
||||||
|
@ -687,6 +741,16 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
||||||
</binding>
|
</binding>
|
||||||
</key>
|
</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">
|
<key n="103">
|
||||||
<name>g</name>
|
<name>g</name>
|
||||||
<desc>Gear Up.</desc>
|
<desc>Gear Up.</desc>
|
||||||
|
@ -750,6 +814,16 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
||||||
</binding>
|
</binding>
|
||||||
</key>
|
</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">
|
<key n="112">
|
||||||
<name>p</name>
|
<name>p</name>
|
||||||
<desc>Toggle the pause state of the sim.</desc>
|
<desc>Toggle the pause state of the sim.</desc>
|
||||||
|
|
|
@ -291,6 +291,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
||||||
|
|
||||||
<ai>
|
<ai>
|
||||||
<enabled type="bool">true</enabled>
|
<enabled type="bool">true</enabled>
|
||||||
|
<scenario>nimitz_demo</scenario>
|
||||||
<!-- <scenario>aircraft_demo</scenario> -->
|
<!-- <scenario>aircraft_demo</scenario> -->
|
||||||
</ai>
|
</ai>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue