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.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<PropertyList>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="1">
|
2001-05-23 22:00:34 +00:00
|
|
|
<name>Ctrl-A</name>
|
|
|
|
<desc>Toggle autopilot altitude lock.</desc>
|
|
|
|
<binding>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-toggle</command>
|
|
|
|
<property>/autopilot/locks/altitude</property>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2001-06-13 20:37:15 +00:00
|
|
|
<key n="7">
|
|
|
|
<name>Ctrl-G</name>
|
|
|
|
<desc>Toggle autopilot glide slope lock.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-toggle</command>
|
|
|
|
<property>/autopilot/locks/glide-slope</property>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="8">
|
2001-05-23 22:00:34 +00:00
|
|
|
<name>Ctrl-H</name>
|
|
|
|
<desc>Toggle autopilot heading lock.</desc>
|
|
|
|
<binding>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-toggle</command>
|
|
|
|
<property>/autopilot/locks/heading</property>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2001-06-26 21:01:46 +00:00
|
|
|
<key n="20">
|
|
|
|
<name>Ctrl-T</name>
|
|
|
|
<desc>Toggle autopilot terrain lock.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-toggle</command>
|
|
|
|
<property>/autopilot/locks/terrain</property>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="13">
|
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>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/autopilot/control-overrides/rudder</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<step type="double">0.05</step>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="14">
|
2001-05-23 22:00:34 +00:00
|
|
|
<name>Ctrl-N</name>
|
|
|
|
<desc>Toggle autopilot nav1 lock.</desc>
|
|
|
|
<binding>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-toggle</command>
|
2001-07-02 21:05:14 +00:00
|
|
|
<property>/autopilot/locks/nav[0]</property>
|
2001-06-01 17:02:31 +00:00
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="19">
|
2001-06-01 17:02:31 +00:00
|
|
|
<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>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="21">
|
2001-05-23 22:00:34 +00:00
|
|
|
<name>Ctrl-U</name>
|
|
|
|
<desc>[Cheat] Add 1000ft of emergency altitude.</desc>
|
|
|
|
<binding>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-adjust</command>
|
2001-07-02 21:05:14 +00:00
|
|
|
<property>/position/altitude-ft</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<step type="double">1000.0</step>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2001-06-26 21:01:46 +00:00
|
|
|
<key n="27">
|
|
|
|
<name>ESC</name>
|
|
|
|
<desc>Prompt and quit FlightGear.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>exit</command>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="44">
|
|
|
|
<name>,</name>
|
|
|
|
<desc>Left brake</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
|
|
|
<property>/controls/brakes[0]</property>
|
|
|
|
<value type="double">1.0</value>
|
|
|
|
</binding>
|
|
|
|
<mod-up>
|
2001-06-04 20:08:43 +00:00
|
|
|
<binding>
|
2001-06-04 19:48:08 +00:00
|
|
|
<command>property-assign</command>
|
|
|
|
<property>/controls/brakes[0]</property>
|
|
|
|
<value type="double">0.0</value>
|
2001-06-04 20:08:43 +00:00
|
|
|
</binding>
|
2001-06-04 19:48:08 +00:00
|
|
|
</mod-up>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key n="46">
|
|
|
|
<name>.</name>
|
|
|
|
<desc>Right brake</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
|
|
|
<property>/controls/brakes[1]</property>
|
|
|
|
<value type="double">1.0</value>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
2001-06-04 19:48:08 +00:00
|
|
|
<mod-up>
|
2001-06-04 20:08:43 +00:00
|
|
|
<binding>
|
2001-06-04 19:48:08 +00:00
|
|
|
<command>property-assign</command>
|
|
|
|
<property>/controls/brakes[1]</property>
|
|
|
|
<value type="double">0.0</value>
|
2001-06-04 20:08:43 +00:00
|
|
|
</binding>
|
2001-06-04 19:48:08 +00:00
|
|
|
</mod-up>
|
2001-05-23 22:00:34 +00:00
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="48">
|
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>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/autopilot/control-overrides/rudder</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<step type="double">-0.05</step>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="49">
|
2001-05-23 22:00:34 +00:00
|
|
|
<name>1</name>
|
|
|
|
<desc>Decrease elevator trim.</desc>
|
|
|
|
<binding>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/controls/elevator-trim</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<step type="double">-0.001</step>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
2001-06-04 19:48:08 +00:00
|
|
|
<mod-shift>
|
|
|
|
<desc>Look back left</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
2001-07-02 21:05:14 +00:00
|
|
|
<property>/sim/view/goal-offset-deg</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<value type="double">135</value>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
2001-05-23 22:00:34 +00:00
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="50">
|
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>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/autopilot/control-overrides/elevator</property>
|
2001-06-15 15:38:23 +00:00
|
|
|
<step type="double">-0.01</step>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
2001-06-04 19:48:08 +00:00
|
|
|
<mod-shift>
|
|
|
|
<desc>Look back.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
2001-07-02 21:05:14 +00:00
|
|
|
<property>/sim/view/goal-offset-deg</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<value type="double">180</value>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
2001-05-23 22:00:34 +00:00
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="51">
|
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>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/autopilot/control-overrides/throttle</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<step type="double">-0.01</step>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
2001-06-04 19:48:08 +00:00
|
|
|
<mod-shift>
|
|
|
|
<desc>Look back right.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
2001-07-02 21:05:14 +00:00
|
|
|
<property>/sim/view/goal-offset-deg</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<value type="double">225</value>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
2001-05-23 22:00:34 +00:00
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="52">
|
2001-05-23 22:00:34 +00:00
|
|
|
<name>4</name>
|
|
|
|
<desc>Move aileron left.</desc>
|
|
|
|
<binding>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/controls/aileron</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<step type="double">-0.05</step>
|
2001-06-01 17:02:31 +00:00
|
|
|
</binding>
|
2001-06-04 19:48:08 +00:00
|
|
|
<mod-shift>
|
|
|
|
<desc>Look left.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
2001-07-02 21:05:14 +00:00
|
|
|
<property>/sim/view/goal-offset-deg</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<value type="double">90</value>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
2001-06-01 17:02:31 +00:00
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="53">
|
2001-05-23 22:00:34 +00:00
|
|
|
<name>5</name>
|
|
|
|
<desc>Center aileron, elevator, and rudder.</desc>
|
|
|
|
<binding>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-assign</command>
|
|
|
|
<property>/controls/aileron</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<value type="double">0.0</value>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
|
|
|
<binding>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-assign</command>
|
|
|
|
<property>/controls/elevator</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<value type="double">0.0</value>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
|
|
|
<binding>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-assign</command>
|
|
|
|
<property>/controls/rudder</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<value type="double">0.0</value>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="54">
|
2001-05-23 22:00:34 +00:00
|
|
|
<name>6</name>
|
|
|
|
<desc>Move aileron right.</desc>
|
|
|
|
<binding>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/controls/aileron</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<step type="double">0.05</step>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
2001-06-04 19:48:08 +00:00
|
|
|
<mod-shift>
|
|
|
|
<desc>Look right.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
2001-07-02 21:05:14 +00:00
|
|
|
<property>/sim/view/goal-offset-deg</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<value type="double">270</value>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
2001-05-23 22:00:34 +00:00
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="55">
|
2001-05-23 22:00:34 +00:00
|
|
|
<name>7</name>
|
|
|
|
<desc>Increase elevator trim.</desc>
|
|
|
|
<binding>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/controls/elevator-trim</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<step type="double">0.001</step>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
2001-06-04 19:48:08 +00:00
|
|
|
<mod-shift>
|
|
|
|
<desc>Look front left.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
2001-07-02 21:05:14 +00:00
|
|
|
<property>/sim/view/goal-offset-deg</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<value type="double">45</value>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
2001-05-23 22:00:34 +00:00
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="56">
|
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>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/autopilot/control-overrides/elevator</property>
|
2001-06-15 15:38:23 +00:00
|
|
|
<step type="double">0.01</step>
|
2001-06-01 17:02:31 +00:00
|
|
|
</binding>
|
2001-06-04 19:48:08 +00:00
|
|
|
<mod-shift>
|
|
|
|
<desc>Look forward.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
2001-07-02 21:05:14 +00:00
|
|
|
<property>/sim/view/goal-offset-deg</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<value type="double">0</value>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
2001-06-01 17:02:31 +00:00
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="57">
|
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>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/autopilot/control-overrides/throttle</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<step type="double">0.01</step>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
2001-06-04 19:48:08 +00:00
|
|
|
<mod-shift>
|
|
|
|
<desc>Look front right.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
2001-07-02 21:05:14 +00:00
|
|
|
<property>/sim/view/goal-offset-deg</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<value type="double">315</value>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
2001-05-23 22:00:34 +00:00
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="65">
|
2001-05-23 22:00:34 +00:00
|
|
|
<name>A</name>
|
|
|
|
<desc>Decrease speed-up.</desc>
|
|
|
|
<binding>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/sim/speed-up</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<step type="double">-1</step>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2001-06-20 19:15:49 +00:00
|
|
|
<key n="66">
|
|
|
|
<name>B</name>
|
|
|
|
<desc>Toggle parking brake on or off</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-toggle</command>
|
|
|
|
<property>/controls/brakes[0]</property>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>property-toggle</command>
|
|
|
|
<property>/controls/brakes[1]</property>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>property-toggle</command>
|
|
|
|
<property>/controls/brakes[2]</property>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2001-06-26 21:01:46 +00:00
|
|
|
<key n="77">
|
|
|
|
<name>M</name>
|
|
|
|
<desc>Decrease warp.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/sim/time/warp</property>
|
|
|
|
<step>-60</step>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="80">
|
2001-05-23 22:00:34 +00:00
|
|
|
<name>P</name>
|
|
|
|
<desc>Toggle panel.</desc>
|
|
|
|
<binding>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-toggle</command>
|
|
|
|
<property>/sim/panel/visibility</property>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2001-06-26 21:01:46 +00:00
|
|
|
<key n="84">
|
|
|
|
<name>T</name>
|
|
|
|
<desc>Decrease warp delta.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/sim/time/warp-delta</property>
|
|
|
|
<step>-30</step>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key n="88">
|
|
|
|
<name>X</name>
|
|
|
|
<desc>Increase field of view.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-multiply</command>
|
|
|
|
<property>/sim/field-of-view</property>
|
|
|
|
<factor>1.05</factor>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key n="90">
|
|
|
|
<name>Z</name>
|
|
|
|
<desc>Decrease Visibility</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-multiply</command>
|
2001-07-02 21:05:14 +00:00
|
|
|
<property>/environment/visibility-m</property>
|
2001-06-26 21:01:46 +00:00
|
|
|
<factor>0.9090909090</factor>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="91">
|
2001-05-23 22:00:34 +00:00
|
|
|
<name>[</name>
|
|
|
|
<desc>Decrease flaps.</desc>
|
|
|
|
<binding>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/controls/flaps</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<step type="double">-0.34</step>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="93">
|
2001-05-23 22:00:34 +00:00
|
|
|
<name>]</name>
|
|
|
|
<desc>Increase flaps.</desc>
|
|
|
|
<binding>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/controls/flaps</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<step type="double">0.34</step>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="97">
|
2001-05-23 22:00:34 +00:00
|
|
|
<name>a</name>
|
|
|
|
<desc>Increase speed-up.</desc>
|
|
|
|
<binding>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/sim/speed-up</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<step type="double">1</step>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="98">
|
|
|
|
<name>b</name>
|
|
|
|
<desc>Apply all brakes.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
|
|
|
<property>/controls/brakes[0]</property>
|
|
|
|
<value type="double">1.0</value>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
|
|
|
<property>/controls/brakes[1]</property>
|
|
|
|
<value type="double">1.0</value>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
|
|
|
<property>/controls/brakes[2]</property>
|
|
|
|
<value type="double">1.0</value>
|
|
|
|
</binding>
|
|
|
|
<mod-up>
|
|
|
|
<desc>Release all brakes.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
|
|
|
<property>/controls/brakes[0]</property>
|
|
|
|
<value type="double">0.0</value>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
|
|
|
<property>/controls/brakes[1]</property>
|
|
|
|
<value type="double">0.0</value>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
|
|
|
<property>/controls/brakes[2]</property>
|
|
|
|
<value type="double">0.0</value>
|
|
|
|
</binding>
|
|
|
|
</mod-up>
|
|
|
|
</key>
|
|
|
|
|
2001-06-26 21:01:46 +00:00
|
|
|
<key n="109">
|
|
|
|
<name>m</name>
|
|
|
|
<desc>Increase warp.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/sim/time/warp</property>
|
|
|
|
<step>60</step>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key n="112">
|
|
|
|
<name>p</name>
|
|
|
|
<desc>Toggle the pause state of the sim.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-toggle</command>
|
|
|
|
<property>/sim/freeze</property>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key n="116">
|
|
|
|
<name>t</name>
|
|
|
|
<desc>Increase warp delta.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/sim/time/warp-delta</property>
|
|
|
|
<step>30</step>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="118">
|
2001-06-01 17:02:31 +00:00
|
|
|
<name>v</name>
|
|
|
|
<desc>Cycle view</desc>
|
|
|
|
<binding>
|
|
|
|
<command>view-cycle</command>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2001-06-26 21:01:46 +00:00
|
|
|
<key n="120">
|
|
|
|
<name>x</name>
|
|
|
|
<desc>Decrease field of view.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-multiply</command>
|
|
|
|
<property>/sim/field-of-view</property>
|
|
|
|
<factor>0.952380952380</factor>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key n="122">
|
|
|
|
<name>z</name>
|
|
|
|
<desc>Increase Visibility</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-multiply</command>
|
2001-07-02 21:05:14 +00:00
|
|
|
<property>/environment/visibility-m</property>
|
2001-06-26 21:01:46 +00:00
|
|
|
<factor>1.1</factor>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2001-06-05 20:14:56 +00:00
|
|
|
<key n="257">
|
|
|
|
<name>F1</name>
|
|
|
|
<mod-shift>
|
|
|
|
<binding>
|
|
|
|
<desc>Load flight.</desc>
|
|
|
|
<command>load</command>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key n="258">
|
|
|
|
<name>F2</name>
|
2001-06-26 21:01:46 +00:00
|
|
|
<binding>
|
|
|
|
<desc>Force tile cache reload.</desc>
|
|
|
|
<command>tile-cache-reload</command>
|
|
|
|
</binding>
|
2001-06-05 20:14:56 +00:00
|
|
|
<mod-shift>
|
|
|
|
<binding>
|
|
|
|
<desc>Save flight.</desc>
|
|
|
|
<command>save</command>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="259">
|
2001-06-01 17:02:31 +00:00
|
|
|
<name>F3</name>
|
|
|
|
<desc>Capture screen.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>screen-capture</command>
|
|
|
|
</binding>
|
2001-06-05 20:14:56 +00:00
|
|
|
<mod-shift>
|
|
|
|
<binding>
|
|
|
|
<desc>Load panel.</desc>
|
|
|
|
<command>panel-load</command>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key n="260">
|
|
|
|
<name>F4</name>
|
2001-06-26 21:01:46 +00:00
|
|
|
<binding>
|
|
|
|
<desc>Force lighting update.</desc>
|
|
|
|
<command>lighting-update</command>
|
|
|
|
</binding>
|
2001-06-05 20:14:56 +00:00
|
|
|
<mod-shift>
|
|
|
|
<binding>
|
|
|
|
<desc>Reload global preferences.</desc>
|
|
|
|
<command>preferences-load</command>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key n="261">
|
|
|
|
<name>F5</name>
|
|
|
|
<mod-shift>
|
|
|
|
<binding>
|
|
|
|
<desc>Scroll panel down</desc>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/sim/panel/y-offset</property>
|
|
|
|
<step type="int">-5</step>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key n="262">
|
|
|
|
<name>F6</name>
|
|
|
|
<mod-shift>
|
|
|
|
<binding>
|
|
|
|
<desc>Scroll panel up</desc>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/sim/panel/y-offset</property>
|
|
|
|
<step type="int">5</step>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key n="263">
|
|
|
|
<name>F7</name>
|
|
|
|
<mod-shift>
|
|
|
|
<binding>
|
|
|
|
<desc>Scroll panel left</desc>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/sim/panel/x-offset</property>
|
|
|
|
<step type="int">-5</step>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key n="264">
|
|
|
|
<name>F8</name>
|
|
|
|
<mod-shift>
|
|
|
|
<binding>
|
|
|
|
<desc>Scroll panel right</desc>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/sim/panel/x-offset</property>
|
|
|
|
<step type="int">5</step>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
2001-06-01 17:02:31 +00:00
|
|
|
</key>
|
|
|
|
|
2001-06-26 21:01:46 +00:00
|
|
|
<key n="265">
|
|
|
|
<name>F9</name>
|
|
|
|
<binding>
|
|
|
|
<desc>Toggle textures.</desc>
|
|
|
|
<command>property-toggle</command>
|
|
|
|
<property>/sim/rendering/textures</property>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="269">
|
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>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/autopilot/control-overrides/rudder</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<step type="double">0.05</step>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="309">
|
2001-05-23 22:00:34 +00:00
|
|
|
<name>Keypad 5</name>
|
|
|
|
<desc>Center aileron, elevator, and rudder.</desc>
|
|
|
|
<binding>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-assign</command>
|
|
|
|
<property>/controls/aileron</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<value type="double">0.0</value>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
|
|
|
<binding>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-assign</command>
|
|
|
|
<property>/controls/elevator</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<value type="double">0.0</value>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
|
|
|
<binding>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-assign</command>
|
|
|
|
<property>/controls/rudder</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<value type="double">0.0</value>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="356">
|
2001-05-23 22:00:34 +00:00
|
|
|
<name>Left</name>
|
|
|
|
<desc>Move aileron left.</desc>
|
|
|
|
<binding>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/controls/aileron</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<step type="double">-0.05</step>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
2001-06-04 19:48:08 +00:00
|
|
|
<mod-shift>
|
|
|
|
<desc>Look left.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
2001-07-02 21:05:14 +00:00
|
|
|
<property>/sim/view/goal-offset-deg</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<value type="double">90</value>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
2001-05-23 22:00:34 +00:00
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="357">
|
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>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/autopilot/control-overrides/elevator</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<step type="double">0.05</step>
|
2001-06-01 17:02:31 +00:00
|
|
|
</binding>
|
2001-06-04 19:48:08 +00:00
|
|
|
<mod-shift>
|
|
|
|
<desc>Look forward.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
2001-07-02 21:05:14 +00:00
|
|
|
<property>/sim/view/goal-offset-deg</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<value type="double">0</value>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
2001-06-01 17:02:31 +00:00
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="358">
|
2001-05-23 22:00:34 +00:00
|
|
|
<name>Right</name>
|
|
|
|
<desc>Move aileron right.</desc>
|
|
|
|
<binding>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/controls/aileron</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<step type="double">0.05</step>
|
2001-06-01 17:02:31 +00:00
|
|
|
</binding>
|
2001-06-04 19:48:08 +00:00
|
|
|
<mod-shift>
|
|
|
|
<desc>Look right.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
2001-07-02 21:05:14 +00:00
|
|
|
<property>/sim/view/goal-offset-deg</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<value type="double">270</value>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
2001-06-01 17:02:31 +00:00
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="359">
|
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>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/autopilot/control-overrides/elevator</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<step type="double">-0.05</step>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
2001-06-04 19:48:08 +00:00
|
|
|
<mod-shift>
|
|
|
|
<desc>Look backwards.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
2001-07-02 21:05:14 +00:00
|
|
|
<property>/sim/view/goal-offset-deg</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<value type="double">180</value>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
2001-05-23 22:00:34 +00:00
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="360">
|
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>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/autopilot/control-overrides/throttle</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<step type="double">0.01</step>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
2001-06-04 19:48:08 +00:00
|
|
|
<mod-shift>
|
|
|
|
<desc>Look front right.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
2001-07-02 21:05:14 +00:00
|
|
|
<property>/sim/view/goal-offset-deg</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<value type="double">315</value>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
2001-05-23 22:00:34 +00:00
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="361">
|
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>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/autopilot/control-overrides/throttle</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<step type="double">-0.01</step>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
2001-06-04 19:48:08 +00:00
|
|
|
<mod-shift>
|
|
|
|
<desc>Look back right.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
2001-07-02 21:05:14 +00:00
|
|
|
<property>/sim/view/goal-offset-deg</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<value type="double">225</value>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
2001-05-23 22:00:34 +00:00
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="362">
|
2001-05-23 22:00:34 +00:00
|
|
|
<name>Home</name>
|
|
|
|
<desc>Increase elevator trim.</desc>
|
|
|
|
<binding>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/controls/elevator-trim</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<step type="double">0.001</step>
|
2001-06-01 17:02:31 +00:00
|
|
|
</binding>
|
2001-06-04 19:48:08 +00:00
|
|
|
<mod-shift>
|
|
|
|
<desc>Look front left.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
2001-07-02 21:05:14 +00:00
|
|
|
<property>/sim/view/goal-offset-deg</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<value type="double">45</value>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
2001-06-01 17:02:31 +00:00
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="363">
|
2001-05-23 22:00:34 +00:00
|
|
|
<name>End</name>
|
|
|
|
<desc>Decrease elevator trim.</desc>
|
|
|
|
<binding>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/controls/elevator-trim</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<step type="double">-0.001</step>
|
2001-06-01 17:02:31 +00:00
|
|
|
</binding>
|
2001-06-04 19:48:08 +00:00
|
|
|
<mod-shift>
|
|
|
|
<desc>Look back left.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
2001-07-02 21:05:14 +00:00
|
|
|
<property>/sim/view/goal-offset-deg</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<value type="double">135</value>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
2001-06-01 17:02:31 +00:00
|
|
|
</key>
|
|
|
|
|
2001-06-04 19:48:08 +00:00
|
|
|
<key n="364">
|
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>
|
2001-06-01 17:02:31 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/autopilot/control-overrides/rudder</property>
|
2001-06-04 19:48:08 +00:00
|
|
|
<step type="double">-0.05</step>
|
2001-05-23 22:00:34 +00:00
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
</PropertyList>
|
|
|
|
|
|
|
|
<!-- end of keyboard.xml -->
|