-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeyboard-T4T.xml
78 lines (70 loc) · 2.06 KB
/
keyboard-T4T.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
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
************************************************************************
Avatar Scorpion Keyboard configuration file
Copyright (c) 2021 Simon 'bomber' Morley
simonbomber64 at googlemail.com
************************************************************************
-->
<PropertyList>
<keyboard>
<key n="115">
<name>s</name>
<desc>turbines start stop</desc>
<binding>
<command>property-toggle</command>
<property>/controls/electric/engine[2]/generator</property>
</binding>
<binding>
<command>property-toggle</command>
<property>/controls/engines/engine[2]/cutoff</property>
</binding>
<binding>
<command>property-toggle</command>
<property>/controls/engines/engine[2]/starter</property>
</binding>
</key>
<!-- <key n="362">
<name>Home</name>
<desc>set trim</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>property-toggle</command>
<property>/fdm/jsbsim/T4T/AGP/trim</property>
</binding>
<mod-shift>
<desc>Look front left</desc>
<binding>
<command>property-assign</command>
<property>/sim/current-view/goal-heading-offset-deg</property>
<property>/sim/view/config/front-left-direction-deg</property>
</binding>
</mod-shift>
</key> -->
<key n="362">
<name>Home</name>
<desc>set trim</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>property-assign</command>
<property>/fdm/jsbsim/T4T/AGP/trim</property>
<value type="int">1</value>
</binding>
<mod-shift>
<desc>Look front left</desc>
<binding>
<command>property-assign</command>
<property>/sim/current-view/goal-heading-offset-deg</property>
<property>/sim/view/config/front-left-direction-deg</property>
</binding>
</mod-shift>
<mod-up>
<binding>
<command>property-assign</command>
<property>/fdm/jsbsim/T4T/AGP/trim</property>
<value type="int">0</value>
</binding>
</mod-up>
</key>
</keyboard>
</PropertyList>