3 <name>3Dconnexion SpaceNavigator</name>
4 <name>3Dconnexion SpaceNavigator for Notebooks</name>
5 <debug-events type="bool">false</debug-events>
10 <name>rel-x-translate</name>
12 <command>property-adjust</command>
13 <property>/some/property</property>
14 <factor type="double">1.0</factor>
15 <wrap type="bool">false</wrap>
20 <name>rel-y-translate</name>
22 <command>property-adjust</command>
23 <property>sim/current-view/field-of-view</property>
24 <factor type="double">0.01</factor>
25 <min type="double">10.0</min>
26 <max type="double">80.0</max>
27 <wrap type="bool">false</wrap>
33 <name>rel-z-translate</name>
35 <command>property-adjust</command>
36 <property>/some/property</property>
37 <factor type="double">1.0</factor>
38 <min type="double">-10000</min>
39 <max type="double">10000</max>
40 <wrap type="bool">false</wrap>
46 <name>rel-x-rotate</name>
48 <command>property-adjust</command>
49 <property>sim/current-view/pitch-offset-deg</property>
50 <factor type="double">0.01</factor>
51 <min type="double">-90.0</min>
52 <max type="double">90.0</max>
53 <wrap type="bool">false</wrap>
58 <name>rel-y-rotate</name>
60 <command>property-adjust</command>
61 <property>sim/current-view/roll-offset-deg</property>
62 <factor type="double">-0.01</factor>
63 <min type="double">-60.0</min>
64 <max type="double">60.0</max>
65 <wrap type="bool">false</wrap>
70 <name>rel-z-rotate</name>
72 <command>property-adjust</command>
73 <property>sim/current-view/heading-offset-deg</property>
74 <factor type="double">-0.01</factor>
75 <min type="double">0.0</min>
76 <max type="double">360.0</max>
77 <wrap type="bool">true</wrap>
81 <!-- set LED from nose gear indicator -->
87 <property>/gear/gear[0]/indicator-servicable</property>
89 <property>/gear/gear[0]/position-norm</property>
99 <property>/gear/gear[0]/indicator-servicable</property>
101 <property>/gear/gear[0]/position-norm</property>
111 <desc>Left Button</desc>
112 <name>button-0</name>
114 <command>nasal</command>
115 <script>view.stepView(1)</script>
120 <desc>Right Button</desc>
121 <name>button-1</name>
123 <command>nasal</command>
124 <script>view.stepView(-1)</script>