Fix conflict Tab key vs cycle mouse mode
This commit is contained in:
parent
ea7b6667f7
commit
346103ba22
3 changed files with 5 additions and 5 deletions
|
@ -215,8 +215,8 @@
|
|||
</mod-up>
|
||||
</key>
|
||||
|
||||
<key n="9">
|
||||
<name>Ctrl-I</name>
|
||||
<key n="61">
|
||||
<name>=</name>
|
||||
<desc>Show object adjustment dialog</desc>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
|
|
|
@ -97,7 +97,7 @@
|
|||
\k 6 Ctrl-F \ac{buccaneer|hunter|hunter-2tanks|sea-vixen|seahawk} Emergency Flap Lowering; \ac{ATC} Font selector; \ac{b29|b29-jsbsim|b29-magic|b29-yasim} Open/close cabin doors and windows; \ac{Concorde} Reheat; \ac{hurricaneIIb|seafireIIIc} Toggle Wingfold; \ac{f16|f16-3d|f16-mlu|f16at} Trigger flare release
|
||||
\k 7 Ctrl-G Toggle autopilot glide slope lock; \ac{747-200|Concorde} Toggle autopilot glide slope lock; \ac{beaufighter} Toggle gunsight stow
|
||||
\k 8 Ctrl-H Toggle autopilot heading lock; \ac{ufo} Remove selected object; \ac{f16|f16-3d|f16-mlu|f16at} Toggle arrester hook; \ac{747-200|Boeing314|Boeing314A|Concorde|Lockheed1049} Toggle autopilot heading lock
|
||||
\k 9 Ctrl-I/Tab Show instrument setting dialog; \ac{OV10\_USAFE} Menu Dialog; \ac{A-10|OV10\_NASA|as350|bell206|bo105|c150|lightning|snowplow|vulcanb2} Show configuration dialog; \ac{ufo} Show object adjustment dialog
|
||||
\k 9 Ctrl-I/Tab Cycle mouse mode
|
||||
\k 10 Ctrl-J \ac{a4f} Deploy drag chute; \ac{B-2|buccaneer|hunter|hunter-2tanks|seahawk} Jettison Inner and Outer Pylon Stores; \ac{c130|c130-jsbsim} Jump signal; \ac{Boeing314|Boeing314A|Concorde|Lockheed1049} Toggle copilot view; \ac{lightning} Ventral tank jettison
|
||||
\k 11 Ctrl-K \ac{SU-37} AM; \ac{Boeing314|Boeing314A|Concorde|Lockheed1049} Toggle observer view; \ac{a4f} Toggle spoiler
|
||||
\k 12 Ctrl-L \ac{A6M2|A6M2b|Ki-84|beaufighter|bf109g|f4u|hurricaneIIb|ju52|mosquito|seafireIIIc} Toggle Tailwheel Lock
|
||||
|
@ -149,7 +149,7 @@
|
|||
\k 58 :~(Colon) {}
|
||||
\k 59 ;~(Semicolon) {}
|
||||
\k 60 < \ac{hurricaneIIb|seafireIIIc|spitfireIIa} Rudder Trim Left
|
||||
\k 61 = {}
|
||||
\k 61 = Show instrument setting dialog; \ac{OV10\_USAFE} Menu Dialog; \ac{A-10|OV10\_NASA|as350|bell206|bo105|c150|lightning|snowplow|vulcanb2} Show configuration dialog; \ac{ufo} Show object adjustment dialog
|
||||
\k 62 > \ac{hurricaneIIb|seafireIIIc|spitfireIIa} Rudder Trim Right
|
||||
\k 63 ? Show help dialog
|
||||
\k 64 @ Select second engine; \ac{dhc2F|dhc2W|pa28-161} Toggle Alternator Switch; \ac{pa24-250|pa24-250-CIIB} Toggle Fuel Pump
|
||||
|
|
|
@ -108,7 +108,7 @@ top down before the key bindings are parsed.
|
|||
|
||||
<!-- Tab key, also Ctrl-I, bit odd -->
|
||||
<key n="9">
|
||||
<name>Ctrl-I</name>
|
||||
<name>Tab</name>
|
||||
<desc>Cycle mouse mode</desc>
|
||||
<binding>
|
||||
|
||||
|
|
Loading…
Reference in a new issue