TF-G1-keyboard.xml
697 Bytes
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
<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
<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>