1
0
Fork 0
fgdata/keyboard.xml

602 lines
12 KiB
XML
Raw Normal View History

2001-05-23 22:00:34 +00:00
<?xml version="1.0"?>
<!--
Key binding definitions.
This file is included by preferences.xml, and uses the context of its
inclusion point; that means that you need to prepend "/input/keyboard"
to all property names.
The list here is not yet comprehensive: many of the bindings are still
handled in the C++ code.
Regular keycodes go up to 255; special keys start at 256, and can be
calculated by adding 256 to the GLUT key value in glut.h.
-->
<!--
<!DOCTYPE PropertyList SYSTEM "keyboard.dtd">
-->
2001-05-23 22:00:34 +00:00
<PropertyList>
<key>
2001-05-29 21:28:13 +00:00
<code>1</code>
2001-05-23 22:00:34 +00:00
<name>Ctrl-A</name>
<desc>Toggle autopilot altitude lock.</desc>
<binding>
<command>property-toggle</command>
<property>/autopilot/locks/altitude</property>
2001-05-23 22:00:34 +00:00
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>8</code>
2001-05-23 22:00:34 +00:00
<name>Ctrl-H</name>
<desc>Toggle autopilot heading lock.</desc>
<binding>
<command>property-toggle</command>
<property>/autopilot/locks/heading</property>
2001-05-23 22:00:34 +00:00
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>13</code>
2001-05-29 20:14:01 +00:00
<name>Enter</name>
<desc>Move rudder right or increase autopilot heading.</desc>
2001-05-23 22:00:34 +00:00
<binding>
<command>property-adjust</command>
<property>/autopilot/control-overrides/rudder</property>
2001-05-29 20:14:01 +00:00
<step>0.05</step>
2001-05-23 22:00:34 +00:00
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>14</code>
2001-05-23 22:00:34 +00:00
<name>Ctrl-N</name>
<desc>Toggle autopilot nav1 lock.</desc>
<binding>
<command>property-toggle</command>
<property>/autopilot/locks/nav1</property>
</binding>
</key>
<key>
<code>19</code>
<name>Ctrl-S</name>
<desc>Toggle auto-throttle lock.</desc>
<binding>
<command>property-toggle</command>
<property>/autopilot/locks/auto-throttle</property>
2001-05-23 22:00:34 +00:00
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>21</code>
2001-05-23 22:00:34 +00:00
<name>Ctrl-U</name>
<desc>[Cheat] Add 1000ft of emergency altitude.</desc>
<binding>
<command>property-adjust</command>
<property>/position/altitude</property>
2001-05-23 22:00:34 +00:00
<step>1000</step>
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>48</code>
2001-05-23 22:00:34 +00:00
<name>0</name>
2001-05-29 20:14:01 +00:00
<desc>Move rudder left or increase autopilot heading.</desc>
2001-05-23 22:00:34 +00:00
<binding>
<command>property-adjust</command>
<property>/autopilot/control-overrides/rudder</property>
2001-05-23 22:00:34 +00:00
<step>-0.05</step>
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>49</code>
2001-05-23 22:00:34 +00:00
<name>1</name>
<desc>Decrease elevator trim.</desc>
<binding>
<command>property-adjust</command>
<property>/controls/elevator-trim</property>
2001-05-23 22:00:34 +00:00
<step>-0.001</step>
</binding>
</key>
<key>
<code>49</code>
<name>Keypad-1</name>
<desc>Look back left.</desc>
<mod-shift>true</mod-shift>
<binding>
<command>property-assign</command>
<property>/sim/view/goal-offset</property>
<value>135</value>
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>50</code>
2001-05-23 22:00:34 +00:00
<name>2</name>
2001-05-29 20:14:01 +00:00
<desc>Increase elevator or autopilot altitude.</desc>
2001-05-23 22:00:34 +00:00
<binding>
<command>property-adjust</command>
<property>/autopilot/control-overrides/elevator</property>
2001-05-23 22:00:34 +00:00
<step>0.01</step>
</binding>
</key>
<key>
<code>50</code>
<name>Keypad-2</name>
<desc>Look back.</desc>
<mod-shift>true</mod-shift>
<binding>
<command>property-assign</command>
<property>/sim/view/goal-offset</property>
<value>180</value>
</binding>
</key>
<key>
<code>51</code>
2001-05-23 22:00:34 +00:00
<name>3</name>
2001-05-29 20:14:01 +00:00
<desc>Decrease throttle or autopilot autothrottle.</desc>
2001-05-23 22:00:34 +00:00
<binding>
<command>property-adjust</command>
<property>/autopilot/control-overrides/throttle</property>
2001-05-23 22:00:34 +00:00
<step>-0.01</step>
</binding>
</key>
<key>
<code>51</code>
<name>Keypad-3</name>
<desc>Look back right.</desc>
<mod-shift>true</mod-shift>
<binding>
<command>property-assign</command>
<property>/sim/view/goal-offset</property>
<value>225</value>
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>52</code>
2001-05-23 22:00:34 +00:00
<name>4</name>
<desc>Move aileron left.</desc>
<binding>
<command>property-adjust</command>
<property>/controls/aileron</property>
2001-05-23 22:00:34 +00:00
<step>-0.05</step>
</binding>
</key>
<key>
<code>52</code>
<name>Keypad-4</name>
<desc>Look left.</desc>
<mod-shift>true</mod-shift>
<binding>
<command>property-assign</command>
<property>/sim/view/goal-offset</property>
<value>90</value>
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>53</code>
2001-05-23 22:00:34 +00:00
<name>5</name>
<desc>Center aileron, elevator, and rudder.</desc>
<binding>
<command>property-assign</command>
<property>/controls/aileron</property>
2001-05-23 22:00:34 +00:00
<value>0.0</value>
</binding>
<binding>
<command>property-assign</command>
<property>/controls/elevator</property>
2001-05-23 22:00:34 +00:00
<value>0.0</value>
</binding>
<binding>
<command>property-assign</command>
<property>/controls/rudder</property>
2001-05-23 22:00:34 +00:00
<value>0.0</value>
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>54</code>
2001-05-23 22:00:34 +00:00
<name>6</name>
<desc>Move aileron right.</desc>
<binding>
<command>property-adjust</command>
<property>/controls/aileron</property>
2001-05-23 22:00:34 +00:00
<step>0.05</step>
</binding>
</key>
<key>
<code>54</code>
<name>Keypad-6</name>
<desc>Look right.</desc>
<mod-shift>true</mod-shift>
<binding>
<command>property-assign</command>
<property>/sim/view/goal-offset</property>
<value>270</value>
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>55</code>
2001-05-23 22:00:34 +00:00
<name>7</name>
<desc>Increase elevator trim.</desc>
<binding>
<command>property-adjust</command>
<property>/controls/elevator-trim</property>
2001-05-23 22:00:34 +00:00
<step>0.001</step>
</binding>
</key>
<key>
<code>55</code>
<name>Keypad-7</name>
<desc>Look front left.</desc>
<mod-shift>true</mod-shift>
<binding>
<command>property-assign</command>
<property>/sim/view/goal-offset</property>
<value>45</value>
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>56</code>
2001-05-23 22:00:34 +00:00
<name>8</name>
2001-05-29 20:14:01 +00:00
<desc>Decrease elevator or autopilot altitude.</desc>
2001-05-23 22:00:34 +00:00
<binding>
<command>property-adjust</command>
<property>/autopilot/control-overrides/elevator</property>
2001-05-23 22:00:34 +00:00
<step>-0.01</step>
</binding>
</key>
<key>
<code>56</code>
<name>Keypad-8</name>
<desc>Look forward.</desc>
<mod-shift>true</mod-shift>
<binding>
<command>property-assign</command>
<property>/sim/view/goal-offset</property>
<value>0</value>
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>57</code>
2001-05-23 22:00:34 +00:00
<name>9</name>
2001-05-29 20:14:01 +00:00
<desc>Increase throttle or autopilot autothrottle.</desc>
2001-05-23 22:00:34 +00:00
<binding>
<command>property-adjust</command>
<property>/autopilot/control-overrides/throttle</property>
2001-05-23 22:00:34 +00:00
<step>0.01</step>
</binding>
</key>
<key>
<code>57</code>
<name>Keypad-9</name>
<desc>Look front right.</desc>
<mod-shift>true</mod-shift>
<binding>
<command>property-assign</command>
<property>/sim/view/goal-offset</property>
<value>315</value>
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>65</code>
2001-05-23 22:00:34 +00:00
<name>A</name>
<desc>Decrease speed-up.</desc>
<binding>
<command>property-adjust</command>
<property>/sim/speed-up</property>
2001-05-23 22:00:34 +00:00
<step>-1</step>
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>80</code>
2001-05-23 22:00:34 +00:00
<name>P</name>
<desc>Toggle panel.</desc>
<binding>
<command>property-toggle</command>
<property>/sim/panel/visibility</property>
2001-05-23 22:00:34 +00:00
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>91</code>
2001-05-23 22:00:34 +00:00
<name>[</name>
<desc>Decrease flaps.</desc>
<binding>
<command>property-adjust</command>
<property>/controls/flaps</property>
2001-05-23 22:00:34 +00:00
<step>-0.34</step>
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>93</code>
2001-05-23 22:00:34 +00:00
<name>]</name>
<desc>Increase flaps.</desc>
<binding>
<command>property-adjust</command>
<property>/controls/flaps</property>
2001-05-23 22:00:34 +00:00
<step>0.34</step>
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>97</code>
2001-05-23 22:00:34 +00:00
<name>a</name>
<desc>Increase speed-up.</desc>
<binding>
<command>property-adjust</command>
<property>/sim/speed-up</property>
2001-05-23 22:00:34 +00:00
<step>1</step>
</binding>
</key>
<key>
<code>118</code>
<name>v</name>
<desc>Cycle view</desc>
<binding>
<command>view-cycle</command>
</binding>
</key>
<key>
<code>259</code>
<name>F3</name>
<desc>Capture screen.</desc>
<binding>
<command>screen-capture</command>
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>269</code>
2001-05-23 22:00:34 +00:00
<name>Enter</name>
2001-05-29 20:14:01 +00:00
<desc>Move rudder right or increase autopilot heading.</desc>
2001-05-23 22:00:34 +00:00
<binding>
<command>property-adjust</command>
<property>/autopilot/control-overrides/rudder</property>
2001-05-23 22:00:34 +00:00
<step>0.05</step>
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>309</code>
2001-05-23 22:00:34 +00:00
<name>Keypad 5</name>
<desc>Center aileron, elevator, and rudder.</desc>
<binding>
<command>property-assign</command>
<property>/controls/aileron</property>
2001-05-23 22:00:34 +00:00
<value>0.0</value>
</binding>
<binding>
<command>property-assign</command>
<property>/controls/elevator</property>
2001-05-23 22:00:34 +00:00
<value>0.0</value>
</binding>
<binding>
<command>property-assign</command>
<property>/controls/rudder</property>
2001-05-23 22:00:34 +00:00
<value>0.0</value>
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>356</code>
2001-05-23 22:00:34 +00:00
<name>Left</name>
<desc>Move aileron left.</desc>
<binding>
<command>property-adjust</command>
<property>/controls/aileron</property>
2001-05-23 22:00:34 +00:00
<step>-0.05</step>
</binding>
</key>
<key>
<code>356</code>
<name>Keypad-4</name>
<desc>Look left.</desc>
<mod-shift>true</mod-shift>
<binding>
<command>property-assign</command>
<property>/sim/view/goal-offset</property>
<value>90</value>
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>357</code>
2001-05-23 22:00:34 +00:00
<name>Up</name>
2001-05-29 20:14:01 +00:00
<desc>Increase elevator or autopilot altitude.</desc>
2001-05-23 22:00:34 +00:00
<binding>
<command>property-adjust</command>
<property>/autopilot/control-overrides/elevator</property>
2001-05-23 22:00:34 +00:00
<step>0.05</step>
</binding>
</key>
<key>
<code>357</code>
<name>Keypad-8</name>
<desc>Look forward.</desc>
<mod-shift>true</mod-shift>
<binding>
<command>property-assign</command>
<property>/sim/view/goal-offset</property>
<value>0</value>
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>358</code>
2001-05-23 22:00:34 +00:00
<name>Right</name>
<desc>Move aileron right.</desc>
<binding>
<command>property-adjust</command>
<property>/controls/aileron</property>
2001-05-23 22:00:34 +00:00
<step>0.05</step>
</binding>
</key>
<key>
<code>358</code>
<name>Keypad-6</name>
<desc>Look right.</desc>
<mod-shift>true</mod-shift>
<binding>
<command>property-assign</command>
<property>/sim/view/goal-offset</property>
<value>270</value>
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>359</code>
2001-05-23 22:00:34 +00:00
<name>Down</name>
2001-05-29 20:14:01 +00:00
<desc>Decrease elevator or autopilot altitude.</desc>
2001-05-23 22:00:34 +00:00
<binding>
<command>property-adjust</command>
<property>/autopilot/control-overrides/elevator</property>
2001-05-23 22:00:34 +00:00
<step>-0.05</step>
</binding>
</key>
<key>
<code>359</code>
<name>Keypad-2</name>
<desc>Look backwards.</desc>
<mod-shift>true</mod-shift>
<binding>
<command>property-assign</command>
<property>/sim/view/goal-offset</property>
<value>180</value>
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>360</code>
2001-05-23 22:00:34 +00:00
<name>PageUp</name>
2001-05-29 20:14:01 +00:00
<desc>Increase throttle or autopilot autothrottle.</desc>
2001-05-23 22:00:34 +00:00
<binding>
<command>property-adjust</command>
<property>/autopilot/control-overrides/throttle</property>
2001-05-23 22:00:34 +00:00
<step>0.01</step>
</binding>
</key>
<key>
<code>360</code>
<name>Keypad-9</name>
<desc>Look front right.</desc>
<mod-shift>true</mod-shift>
<binding>
<command>property-assign</command>
<property>/sim/view/goal-offset</property>
<value>315</value>
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>361</code>
2001-05-23 22:00:34 +00:00
<name>PageDown</name>
2001-05-29 20:14:01 +00:00
<desc>Decrease throttle or autopilot autothrottle.</desc>
2001-05-23 22:00:34 +00:00
<binding>
<command>property-adjust</command>
<property>/autopilot/control-overrides/throttle</property>
2001-05-23 22:00:34 +00:00
<step>-0.01</step>
</binding>
</key>
<key>
<code>361</code>
<name>Keypad-3</name>
<desc>Look back right.</desc>
<mod-shift>true</mod-shift>
<binding>
<command>property-assign</command>
<property>/sim/view/goal-offset</property>
<value>225</value>
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>362</code>
2001-05-23 22:00:34 +00:00
<name>Home</name>
<desc>Increase elevator trim.</desc>
<binding>
<command>property-adjust</command>
<property>/controls/elevator-trim</property>
2001-05-23 22:00:34 +00:00
<step>0.001</step>
</binding>
</key>
<key>
<code>362</code>
<name>Keypad-7</name>
<desc>Look front left.</desc>
<mod-shift>true</mod-shift>
<binding>
<command>property-assign</command>
<property>/sim/view/goal-offset</property>
<value>45</value>
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>363</code>
2001-05-23 22:00:34 +00:00
<name>End</name>
<desc>Decrease elevator trim.</desc>
<binding>
<command>property-adjust</command>
<property>/controls/elevator-trim</property>
2001-05-23 22:00:34 +00:00
<step>-0.001</step>
</binding>
</key>
<key>
<code>363</code>
<name>Keypad-1</name>
<desc>Look back left.</desc>
<mod-shift>true</mod-shift>
<binding>
<command>property-assign</command>
<property>/sim/view/goal-offset</property>
<value>135</value>
</binding>
</key>
<key>
2001-05-29 21:28:13 +00:00
<code>364</code>
2001-05-23 22:00:34 +00:00
<name>Insert</name>
2001-05-29 20:14:01 +00:00
<desc>Move rudder left or decrease autopilot heading.</desc>
2001-05-23 22:00:34 +00:00
<binding>
<command>property-adjust</command>
<property>/autopilot/control-overrides/rudder</property>
2001-05-23 22:00:34 +00:00
<step>-0.05</step>
</binding>
</key>
</PropertyList>
<!-- end of keyboard.xml -->