]> git.mxchange.org Git - flightgear.git/blob - Simulator/README
Moved ../Win32/
[flightgear.git] / Simulator / README
1 Welcome to the Flight Gear project.
2
3
4 Starting the executable
5 =======================
6
7 Unix:    runfg
8 Windows: runfg.bat
9
10 "runfg" is a script which sets the FG_ROOT environment variable, then
11 runs the flight gear executable.
12
13
14 Keyboard controls
15 =================
16
17 Flying is mainly done via the numeric keypad.  There is some
18 unresolved wierdness with the GLUT libraries and keyboard input, so
19 for now, the state of the "Num Lock" key is important.
20
21 Num Lock Active
22 ---------------
23
24     Pg Up/Pg Dn             Throttle
25     Left Arrow/Right Arrow  Aileron
26     Up Arrow/Down Arrow     Elevator
27     Ins/Del                 Rudder
28     "5"                     Center aileron/elevator/rudder
29     Home/End                Elevator Trim
30
31 Num Lock Inactive
32 -----------------
33     Shift + <Numeric Keypad Key>   Change view
34
35     where key is one of:
36
37     8 = forward
38     7 = left/forward
39     4 = left
40     1 = left/back
41     2 = back
42     3 = right/back
43     6 = right
44     9 = right/forward
45
46
47     
48
49