...
|
...
|
@@ -1,5 +1,31 @@
|
1
|
1
|
<?xml version="1.0"?>
|
2
|
2
|
|
|
3
|
+<!--
|
|
4
|
+Buttons 1, 11 and 12 are modifiers
|
|
5
|
+
|
|
6
|
+Modifier | | button 1 | button 11 | button 12
|
|
7
|
+=============================================================================================
|
|
8
|
+Hat up | look up | zoom in | trim elevator up |
|
|
9
|
+Hat down | look down | zoom out | trim elevator down |
|
|
10
|
+Hat left | look left | reset FoV + heading | trim rudder left | trim aileron left
|
|
11
|
+Hat right | look right | reset FoV | trim rudder right | trim aileron right
|
|
12
|
+
|
|
13
|
+Button 2 | heli view | permanent heli view | |
|
|
14
|
+Button 3 | brakes | | |
|
|
15
|
+Button 4 | PTT COMM 1 | PTT COMM 2 | |
|
|
16
|
+Button 5 | flaps down | inHg += 0.01 | |
|
|
17
|
+Button 6 | flaps up | inHg -= 0.01 | control all engines | uncontrol all engines
|
|
18
|
+Button 7 | inc mixture | | control engine 2 | uncontrol engine 2
|
|
19
|
+Button 8 | dec mixture | | control engine 3 | uncontrol engine 3
|
|
20
|
+Button 9 | inc proppitch | | control engine 1 | uncontrol engine 1
|
|
21
|
+Button 10 | dec proppitch | | control engine 0 | uncontrol engine 0
|
|
22
|
+
|
|
23
|
+Mouse mode:
|
|
24
|
+the mouse mode to control aicraft will be disabled, and restored at the end of the session.
|
|
25
|
+Pressing button 2 will also set the mouse mode to control the view direction, and restore its previous
|
|
26
|
+state when back to normal view
|
|
27
|
+-->
|
|
28
|
+
|
3
|
29
|
<PropertyList>
|
4
|
30
|
<nasal>
|
5
|
31
|
<script><![CDATA[
|