** Properties Renamed
- /autopilot/locks/nav1 => /autopilot/locks/nav[0] - /autopilot/settings/altitude += "-ft" - /autopilot/settings/climb-rate += "-fpm" - /autopilot/settings/heading-bug += "-deg" - /consumables/fuel/tank1/level => /consumables/fuel/tank[0]/level-gal_us - /consumables/fuel/tank2/level => /consumables/fuel/tank[1]/level-gal_us - /engines/engine0/cht => /engines/engine[0]/cht-degf - /engines/engine0/egt => /engines/engine[0]/egt-degf - /engines/engine0/fuel-flow => /engines/engine[0]/fuel-flow-gph - /engines/engine0/mp => /engines/engine[0]/mp-osi - /engines/engine0/rpm => /engines/engine[0]/rpm - /environment/clouds/altitude += "-ft" - /environment/magnetic-dip += "-deg" - /environment/magnetic-varation += "-deg" - /environment/visibility += "-m" - /environment/wind-down += "-fps" - /environment/wind-east += "-fps" - /environment/wind-north += "-fps" - /orientation/heading += "-deg" - /orientation/heading-magnetic += "-deg" - /orientation/pitch += "-deg" - /orientation/roll += "-deg" - /position/altitude += "-ft" - /position/altitude-agl += "-ft" - /position/latitude += "-deg" - /position/longitude += "-deg" - /radios/adf/frequencies/selected += "-khz" - /radios/adf/frequencies/standby += "-khz" - /radios/adf/rotation += "-deg" - /radios/nav1/* => /radios/nav[0]/* - /radios/nav2/* => /radios/nav[1]/* - /radios/nav[*]/dme/distance += "-nm" - /radios/nav[*]/frequencies/selected += "-mhz" - /radios/nav[*]/frequencies/standby += "-mhz" - /radios/nav[*]/radials/actual += "-deg" - /radios/nav[*]/radials/selected += "-deg" - /sim/view/goal-offset += "-deg" - /sim/view/offset += "-deg" - /steam/adf += "-deg" - /steam/airspeed += "-kt" - /steam/altitude += "-ft" - /steam/gyro-compass += "-deg" - /steam/gyro-compass-error += "-deg" - /steam/mag-compass += "-deg" - /steam/vertical-speed += "-fpm" - /velocities/airspeed += "-kt" - /velocities/side-slip += "-rad" - /velocities/speed-down += "-fps" - /velocities/speed-east += "-fps" - /velocities/speed-north += "-fps" - /velocities/uBody += "-fps" - /velocities/vBody += "-fps" - /velocities/wBody += "-fps" - /velocities/vertical-speed += "-fps"
This commit is contained in:
parent
87f6b4bccd
commit
e7ef251807
2 changed files with 41 additions and 41 deletions
40
keyboard.xml
40
keyboard.xml
|
@ -66,7 +66,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<desc>Toggle autopilot nav1 lock.</desc>
|
||||
<binding>
|
||||
<command>property-toggle</command>
|
||||
<property>/autopilot/locks/nav1</property>
|
||||
<property>/autopilot/locks/nav[0]</property>
|
||||
</binding>
|
||||
</key>
|
||||
|
||||
|
@ -84,7 +84,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<desc>[Cheat] Add 1000ft of emergency altitude.</desc>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>/position/altitude</property>
|
||||
<property>/position/altitude-ft</property>
|
||||
<step type="double">1000.0</step>
|
||||
</binding>
|
||||
</key>
|
||||
|
@ -153,7 +153,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<desc>Look back left</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/view/goal-offset</property>
|
||||
<property>/sim/view/goal-offset-deg</property>
|
||||
<value type="double">135</value>
|
||||
</binding>
|
||||
</mod-shift>
|
||||
|
@ -171,7 +171,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<desc>Look back.</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/view/goal-offset</property>
|
||||
<property>/sim/view/goal-offset-deg</property>
|
||||
<value type="double">180</value>
|
||||
</binding>
|
||||
</mod-shift>
|
||||
|
@ -189,7 +189,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<desc>Look back right.</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/view/goal-offset</property>
|
||||
<property>/sim/view/goal-offset-deg</property>
|
||||
<value type="double">225</value>
|
||||
</binding>
|
||||
</mod-shift>
|
||||
|
@ -207,7 +207,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<desc>Look left.</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/view/goal-offset</property>
|
||||
<property>/sim/view/goal-offset-deg</property>
|
||||
<value type="double">90</value>
|
||||
</binding>
|
||||
</mod-shift>
|
||||
|
@ -245,7 +245,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<desc>Look right.</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/view/goal-offset</property>
|
||||
<property>/sim/view/goal-offset-deg</property>
|
||||
<value type="double">270</value>
|
||||
</binding>
|
||||
</mod-shift>
|
||||
|
@ -263,7 +263,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<desc>Look front left.</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/view/goal-offset</property>
|
||||
<property>/sim/view/goal-offset-deg</property>
|
||||
<value type="double">45</value>
|
||||
</binding>
|
||||
</mod-shift>
|
||||
|
@ -281,7 +281,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<desc>Look forward.</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/view/goal-offset</property>
|
||||
<property>/sim/view/goal-offset-deg</property>
|
||||
<value type="double">0</value>
|
||||
</binding>
|
||||
</mod-shift>
|
||||
|
@ -299,7 +299,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<desc>Look front right.</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/view/goal-offset</property>
|
||||
<property>/sim/view/goal-offset-deg</property>
|
||||
<value type="double">315</value>
|
||||
</binding>
|
||||
</mod-shift>
|
||||
|
@ -376,7 +376,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<desc>Decrease Visibility</desc>
|
||||
<binding>
|
||||
<command>property-multiply</command>
|
||||
<property>/environment/visibility</property>
|
||||
<property>/environment/visibility-m</property>
|
||||
<factor>0.9090909090</factor>
|
||||
</binding>
|
||||
</key>
|
||||
|
@ -501,7 +501,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<desc>Increase Visibility</desc>
|
||||
<binding>
|
||||
<command>property-multiply</command>
|
||||
<property>/environment/visibility</property>
|
||||
<property>/environment/visibility-m</property>
|
||||
<factor>1.1</factor>
|
||||
</binding>
|
||||
</key>
|
||||
|
@ -657,7 +657,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<desc>Look left.</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/view/goal-offset</property>
|
||||
<property>/sim/view/goal-offset-deg</property>
|
||||
<value type="double">90</value>
|
||||
</binding>
|
||||
</mod-shift>
|
||||
|
@ -675,7 +675,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<desc>Look forward.</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/view/goal-offset</property>
|
||||
<property>/sim/view/goal-offset-deg</property>
|
||||
<value type="double">0</value>
|
||||
</binding>
|
||||
</mod-shift>
|
||||
|
@ -693,7 +693,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<desc>Look right.</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/view/goal-offset</property>
|
||||
<property>/sim/view/goal-offset-deg</property>
|
||||
<value type="double">270</value>
|
||||
</binding>
|
||||
</mod-shift>
|
||||
|
@ -711,7 +711,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<desc>Look backwards.</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/view/goal-offset</property>
|
||||
<property>/sim/view/goal-offset-deg</property>
|
||||
<value type="double">180</value>
|
||||
</binding>
|
||||
</mod-shift>
|
||||
|
@ -729,7 +729,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<desc>Look front right.</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/view/goal-offset</property>
|
||||
<property>/sim/view/goal-offset-deg</property>
|
||||
<value type="double">315</value>
|
||||
</binding>
|
||||
</mod-shift>
|
||||
|
@ -747,7 +747,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<desc>Look back right.</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/view/goal-offset</property>
|
||||
<property>/sim/view/goal-offset-deg</property>
|
||||
<value type="double">225</value>
|
||||
</binding>
|
||||
</mod-shift>
|
||||
|
@ -765,7 +765,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<desc>Look front left.</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/view/goal-offset</property>
|
||||
<property>/sim/view/goal-offset-deg</property>
|
||||
<value type="double">45</value>
|
||||
</binding>
|
||||
</mod-shift>
|
||||
|
@ -783,7 +783,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<desc>Look back left.</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/view/goal-offset</property>
|
||||
<property>/sim/view/goal-offset-deg</property>
|
||||
<value type="double">135</value>
|
||||
</binding>
|
||||
</mod-shift>
|
||||
|
|
|
@ -46,32 +46,32 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<position>
|
||||
<!-- <longitude>-110.6642444</longitude> -->
|
||||
<!-- <latitude>33.3528917</latitude> -->
|
||||
<altitude>-9999</altitude>
|
||||
<altitude-ft>-9999</altitude-ft>
|
||||
</position>
|
||||
|
||||
|
||||
<!-- Velocities -->
|
||||
|
||||
<velocities>
|
||||
<speed-north>0.0</speed-north>
|
||||
<speed-east>0.0</speed-east>
|
||||
<speed-down>0.0</speed-down>
|
||||
<speed-north-fps>0.0</speed-north-fps>
|
||||
<speed-east-fps>0.0</speed-east-fps>
|
||||
<speed-down-fps>0.0</speed-down-fps>
|
||||
</velocities>
|
||||
|
||||
|
||||
<!-- Orientation -->
|
||||
|
||||
<orientation>
|
||||
<heading>270</heading>
|
||||
<roll>0.0</roll>
|
||||
<pitch>0.424</pitch>
|
||||
<heading-deg>270</heading-deg>
|
||||
<roll-deg>0.0</roll-deg>
|
||||
<pitch-deg>0.424</pitch-deg>
|
||||
</orientation>
|
||||
|
||||
|
||||
<!-- Environment -->
|
||||
|
||||
<environment>
|
||||
<visibility>16000</visibility>
|
||||
<visibility-m>16000</visibility-m>
|
||||
</environment>
|
||||
|
||||
|
||||
|
@ -99,32 +99,32 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
|
||||
<radios>
|
||||
|
||||
<nav1>
|
||||
<nav n="0">
|
||||
<frequencies>
|
||||
<selected>117.3</selected>
|
||||
<standby>110.3</standby>
|
||||
<selected-mhz>117.3</selected-mhz>
|
||||
<standby-mhz>110.3</standby-mhz>
|
||||
</frequencies>
|
||||
<radials>
|
||||
<selected>119.0</selected>
|
||||
<selected-deg>119.0</selected-deg>
|
||||
</radials>
|
||||
</nav1>
|
||||
</nav>
|
||||
|
||||
<nav2>
|
||||
<nav n="1">
|
||||
<frequencies>
|
||||
<selected>111.80</selected>
|
||||
<standby>115.70</standby>
|
||||
<selected-mhz>111.80</selected-mhz>
|
||||
<standby-mhz>115.70</standby-mhz>
|
||||
</frequencies>
|
||||
<radials>
|
||||
<selected>029.0</selected>
|
||||
<selected-deg>029.0</selected-deg>
|
||||
</radials>
|
||||
</nav2>
|
||||
</nav>
|
||||
|
||||
<adf>
|
||||
<frequencies>
|
||||
<selected>266.0</selected>
|
||||
<standby>300.0</standby>
|
||||
<selected-khz>266.0</selected-khz>
|
||||
<standby-khz>300.0</standby-khz>
|
||||
</frequencies>
|
||||
<rotation>90</rotation>
|
||||
<rotation-deg>90</rotation-deg>
|
||||
</adf>
|
||||
|
||||
</radios>
|
||||
|
|
Loading…
Add table
Reference in a new issue