-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathela07s-keyboard.xml
75 lines (65 loc) · 1.43 KB
/
ela07s-keyboard.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
<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
<key n="80">
<name>P</name>
<desc>Prerotator</desc>
<binding>
<command>property-assign</command>
<property>/yasim/ela07s/prerotator</property>
<value>1</value>
</binding>
<mod-up>
<binding>
<command>property-assign</command>
<property>/yasim/ela07s/prerotator</property>
<value>0</value>
</binding>
</mod-up>
</key>
<key n="115">
<name>s</name>
<desc>Fire Starter on Selected Engine(s)</desc>
<binding>
<command>property-assign</command>
<property>/controls/engines/engine/starter-switch</property>
<value>1</value>
</binding>
<mod-up>
<binding>
<command>property-assign</command>
<property>/controls/engines/engine/starter-switch</property>
<value>0</value>
</binding>
</mod-up>
</key>
<key n="114">
<name>r</name>
<desc>Apply rotor brake</desc>
<binding>
<command>nasal</command>
<script>gyro.apply_rotor_brake()</script>
</binding>
<mod-up>
<binding>
<command>nasal</command>
<script>gyro.release_rotor_brake()</script>
</binding>
</mod-up>
</key>
<key n="108">
<name>l</name>
<desc>Toggle Look Down</desc>
<binding>
<command>nasal</command>
<script>heli.look_down();</script>
</binding>
</key>
<key n="107">
<name>k</name>
<desc>Toggle Look Up</desc>
<binding>
<command>nasal</command>
<script>heli.look_up();</script>
</binding>
</key>
</PropertyList>