forked from Octal450/MD-11
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.xml
119 lines (109 loc) · 3.17 KB
/
help.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<?xml version="1.0"?>
<!-- Copyright (c) 2024 Josh Davidson (Octal450) -->
<PropertyList>
<title>Help and Shortcuts</title>
<key>
<name>1</name>
<desc>Show Captain View</desc>
</key>
<key>
<name>2</name>
<desc>Show First Officer View</desc>
</key>
<key>
<name>3</name>
<desc>Show Overhead View</desc>
</key>
<key>
<name>4</name>
<desc>Show Forward Pedestal View</desc>
</key>
<key>
<name>5</name>
<desc>Show Aft Pedestal View</desc>
</key>
<key>
<name>6</name>
<desc>Show Glareshield View</desc>
</key>
<key>
<name>7</name>
<desc>Show MCDU View</desc>
</key>
<key>
<name>F1</name>
<desc>Disengage/Decrease Reverse Thrust</desc>
</key>
<key>
<name>F2</name>
<desc>Engage/Increase Reverse Thrust</desc>
</key>
<key>
<name>DEL</name>
<desc>Toggle Reverse Thrust</desc>
</key>
<key>
<name>C</name>
<desc>Reset Current View</desc>
</key>
<key>
<name>E</name>
<desc>Set Throttles to Idle</desc>
</key>
<key>
<name>F</name>
<desc>Set Throttles to Thrust Limit</desc>
</key>
<key>
<name>CTRL + B</name>
<desc>Cycle Spoilers</desc>
</key>
<key>
<name>SHIFT + B</name>
<desc>Toggle Parking Brake</desc>
</key>
<key>
<name>SHIFT + C</name>
<desc>Open Checklists</desc>
</key>
<key>
<name>CTRL + D</name>
<desc>Autothrust Disconnect Button</desc>
</key>
<key>
<name>SHIFT + D</name>
<desc>Autoflight Disconnect Button</desc>
</key>
<key>
<name>SHIFT + F</name>
<desc>Set Throttles to Full</desc>
</key>
<key>
<name>CTRL + G</name>
<desc>Go Around Button</desc>
</key>
<key>
<name>SHIFT + P</name>
<desc>Open CG Applet</desc>
</key>
<!-- Must ignore indenting/formatting -->
<text>Available documentation can be viewed in the "Documentation" menu.
2D versions of certain cockpit panels are included to make certain tasks easier. These can be opened from the "2D Panels" menu.
Aircraft Configuration Center:
Used to load panel states and set ground equipment, as well as configure simulation and aircraft options.
Simulation:
* IRS Aligns Instantly: Skips the ~10 minute alignment process of the IRS.
* Keyboard Mode: Maps flight controls to number pad and number rows instead of view shortcuts.
* Open When FlightGear Starts: Opens the Aircraft Configuration Center automatically when FlightGear starts.
* Separate Tiller Axis: Separates the tiller from the rudder and maps it to /controls/gear/steering.
Aircraft:
* 8.33KHz Radio Equipped: Equips the COMM radios with the new 8.33KHz VHF frequency spacing.
* Deflected Ailerons Equipped (PIP): Equips the aircraft with the deflected ailerons system.
* Engine Tape Gauges (EAD & SD): Equips the EAD with the tape style engine gauges rather than dials.
* IESI Equipped: Equips the aircraft with a digital standby instrument instead of the mechanical gauges.
* N1 Dials Below EPR (PW Engines): Equips the EAD with inverted N1 and EGT positions. Only for PW engines.
* RCWS Equipped: Equips the aircraft with the optional Roll Control Wheel Steering system.
* Rising Runway T-Bar: Equips the PFD with the more advanced T-shaped rising runway symbol.
* Single Cue Flight Director: Equips the PFD with the single cue (inverted V-bar) flight director.
</text>
</PropertyList>