-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeyboard-scorpion.xml
188 lines (174 loc) · 4.9 KB
/
keyboard-scorpion.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
************************************************************************
Avatar Scorpion Keyboard configuration file
Copyright (c) 2020 Simon 'bomber' Morley
simonbomber64 at googlemail.com
************************************************************************
-->
<PropertyList>
<keyboard>
<key n="101">
<name>e</name>
<desc>Emergency Power at 120%</desc>
<binding>
<command>property-toggle</command>
<property>/fdm/jsbsim/propulsion/WEP</property>
</binding>
</key>
<key n="114">
<name>r</name>
<desc>Rotor start stop</desc>
<binding>
<command>property-toggle</command>
<property>/fdm/jsbsim/propulsion/rotors-on</property>
</binding>
</key>
<key n="115">
<name>s</name>
<desc>turbines start stop</desc>
<binding>
<command>property-toggle</command>
<property>/controls/electric/engine[0]/generator</property>
</binding>
<binding>
<command>property-toggle</command>
<property>/controls/engines/engine[0]/cutoff</property>
</binding>
<binding>
<command>property-toggle</command>
<property>/controls/engines/engine[0]/starter</property>
</binding>
<binding>
<command>property-toggle</command>
<property>/controls/electric/engine[1]/generator</property>
</binding>
<binding>
<command>property-toggle</command>
<property>/controls/engines/engine[1]/cutoff</property>
</binding>
<binding>
<command>property-toggle</command>
<property>/controls/engines/engine[1]/starter</property>
</binding>
</key>
<key n="109">
<name>m</name>
<desc>Flight Mode</desc>
<binding>
<command>property-toggle</command>
<property>/fdm/jsbsim/T4T/AGP/mode</property>
</binding>
</key>
<key n="57">
<name>9</name>
<desc>Increase throttle or autopilot autothrottle</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>property-adjust</command>
<property>/fdm/jsbsim/fcs/thrust-pos-cmd</property>
<step>0.1</step>
<min>-0.6</min>
<max>0.6</max>
<wrap>false</wrap>
</binding>
<mod-shift>
<desc>Look front right</desc>
<binding>
<command>property-assign</command>
<property>/sim/current-view/goal-heading-offset-deg</property>
<property>/sim/view/config/front-right-direction-deg</property>
</binding>
</mod-shift>
</key>
<key n="51">
<name>3</name>
<desc>Decrease throttle or autopilot autothrottle</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>property-adjust</command>
<property>/fdm/jsbsim/fcs/thrust-pos-cmd</property>
<step>-0.1</step>
<min>-0.6</min>
<max>0.6</max>
<wrap>false</wrap>
</binding>
<mod-shift>
<desc>Look back right</desc>
<binding>
<command>property-assign</command>
<property>/sim/current-view/goal-heading-offset-deg</property>
<property>/sim/view/config/back-right-direction-deg</property>
</binding>
</mod-shift>
</key>
<key n="360">
<name>PageUp</name>
<desc>Increase throttle or autopilot autothrottle</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>property-adjust</command>
<property>/fdm/jsbsim/fcs/thrust-pos-cmd</property>
<step>0.1</step>
<min>-0.6</min>
<max>0.6</max>
<wrap>false</wrap>
</binding>
<mod-shift>
<desc>Look front right</desc>
<binding>
<command>property-assign</command>
<property>/sim/current-view/goal-heading-offset-deg</property>
<property>/sim/view/config/front-right-direction-deg</property>
</binding>
</mod-shift>
</key>
<key n="361">
<name>PageDown</name>
<desc>Decrease throttle or autopilot autothrottle</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>property-adjust</command>
<property>/fdm/jsbsim/fcs/thrust-pos-cmd</property>
<step>-0.1</step>
<min>-0.6</min>
<max>0.6</max>
<wrap>false</wrap>
</binding>
<mod-shift>
<desc>Look back right</desc>
<binding>
<command>property-assign</command>
<property>/sim/current-view/goal-heading-offset-deg</property>
<property>/sim/view/config/back-right-direction-deg</property>
</binding>
</mod-shift>
</key>
<key n="105">
<name>i</name>
<desc>Increase hover velocity</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>property-adjust</command>
<property>/fdm/jsbsim/fcs/hover-pot</property>
<step>1</step>
<min>12</min>
<max>36</max>
<wrap>true</wrap>
</binding>
</key>
<key n="111">
<name>o</name>
<desc>Decrease hover velocity</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>property-adjust</command>
<property>/fdm/jsbsim/fcs/hover-pot</property>
<step>-1</step>
<min>12</min>
<max>36</max>
<wrap>true</wrap>
</binding>
</key>
</keyboard>
</PropertyList>