2010-09-18 13:28:14 +00:00
|
|
|
<?xml version="1.0"?>
|
2003-01-16 18:17:28 +00:00
|
|
|
<PropertyList>
|
|
|
|
|
2009-05-04 20:56:32 +00:00
|
|
|
<menu>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>file</name>
|
2010-09-22 21:26:10 +00:00
|
|
|
<label>File</label>
|
|
|
|
<!--
|
2009-05-04 20:56:32 +00:00
|
|
|
<item>
|
2012-04-21 15:13:33 +00:00
|
|
|
<label>Load Flight</label>
|
|
|
|
<key>Shift-F1</key>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>gui.load_flight()</script>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2012-04-21 15:13:33 +00:00
|
|
|
<label>Save Flight</label>
|
|
|
|
<key>Shift-F2</key>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>gui.save_flight()</script>
|
|
|
|
</binding>
|
|
|
|
</item>
|
2010-12-24 22:29:08 +00:00
|
|
|
|
2010-09-18 13:28:14 +00:00
|
|
|
<item>
|
2011-07-07 22:26:41 +00:00
|
|
|
<label>Scenario</label>
|
2010-09-18 13:28:14 +00:00
|
|
|
<binding>
|
2011-07-07 22:26:41 +00:00
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>scenario</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
2010-09-07 23:12:24 +00:00
|
|
|
-->
|
2009-05-04 20:56:32 +00:00
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>reset</name>
|
2012-04-21 15:13:33 +00:00
|
|
|
<label>Reset</label>
|
|
|
|
<key>Shift-Esc</key>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>reset</command>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
2010-09-18 13:28:14 +00:00
|
|
|
<!-- <item>
|
2009-05-04 20:56:32 +00:00
|
|
|
<label>High-Res Snapshot</label>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
<binding>
|
|
|
|
<command>hires-screen-capture</command>
|
|
|
|
</binding>
|
|
|
|
</item>
|
2010-09-18 13:28:14 +00:00
|
|
|
-->
|
2009-05-04 20:56:32 +00:00
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>snap-shot</name>
|
2012-04-21 15:13:33 +00:00
|
|
|
<label>Screenshot </label>
|
|
|
|
<key>F3</key>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>
|
2010-09-18 13:28:14 +00:00
|
|
|
gui.popdown();
|
2011-06-13 18:38:04 +00:00
|
|
|
fgcommand("screen-capture");
|
2009-05-04 20:56:32 +00:00
|
|
|
</script>
|
2011-08-21 13:17:16 +00:00
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>snap-shot-dir</name>
|
2011-08-21 13:17:16 +00:00
|
|
|
<label>Screenshot Directory</label>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>gui.set_screenshotdir()</script>
|
2009-05-04 20:56:32 +00:00
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>sound-config</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<label>Sound Configuration</label>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>sound-dialog</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>exit</name>
|
2012-04-21 15:13:33 +00:00
|
|
|
<label>Quit </label>
|
|
|
|
<key>Esc</key>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>exit</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
<menu>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>view</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<label>View</label>
|
|
|
|
|
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>display-options</name>
|
2009-10-15 03:25:05 +00:00
|
|
|
<label>Display Options</label>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
2009-10-15 03:25:05 +00:00
|
|
|
<dialog-name>display</dialog-name>
|
2009-05-04 20:56:32 +00:00
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>rendering-options</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<label>Rendering Options</label>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>rendering</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
2009-12-05 23:09:12 +00:00
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>view-options</name>
|
2009-12-05 23:09:12 +00:00
|
|
|
<label>View Options</label>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>view</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
2009-05-04 20:56:32 +00:00
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>cockpit-view-options</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<label>Cockpit View Options</label>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>cockpit-view</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>adjust-lod</name>
|
2010-09-18 13:28:14 +00:00
|
|
|
<label>Adjust LOD Ranges</label>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
2010-09-18 13:28:14 +00:00
|
|
|
<dialog-name>static-lod</dialog-name>
|
2009-05-04 20:56:32 +00:00
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2012-04-19 19:28:26 +00:00
|
|
|
<name>pilot-offset</name>
|
2009-11-22 17:32:06 +00:00
|
|
|
<label>Adjust View Position</label>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>pilot_offset</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>adjust-hud</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<label>Adjust HUD Properties</label>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>hud</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>toggle-glide-slope</name>
|
2010-09-18 13:28:14 +00:00
|
|
|
<label>Toggle Glide Slope Tunnel</label>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
2010-09-18 13:28:14 +00:00
|
|
|
<command>nasal</command>
|
|
|
|
<script>
|
|
|
|
var p = "/sim/rendering/glide-slope-tunnel";
|
|
|
|
setprop(p, var i = !getprop(p));
|
|
|
|
gui.popupTip("Glide slope tunnel " ~ (i ? "enabled" : "disabled"));
|
|
|
|
</script>
|
2009-05-04 20:56:32 +00:00
|
|
|
</binding>
|
|
|
|
</item>
|
2010-09-05 09:54:59 +00:00
|
|
|
|
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>replay</name>
|
2012-04-21 15:13:33 +00:00
|
|
|
<label>Instant Replay</label>
|
|
|
|
<key>Ctrl-R</key>
|
2011-10-01 21:27:54 +00:00
|
|
|
<binding>
|
|
|
|
<command>replay</command>
|
|
|
|
</binding>
|
2010-09-05 09:54:59 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
2010-09-07 18:59:00 +00:00
|
|
|
<dialog-name>replay</dialog-name>
|
2010-09-05 09:54:59 +00:00
|
|
|
</binding>
|
|
|
|
</item>
|
2010-09-23 17:59:18 +00:00
|
|
|
|
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>stereoscopic-options</name>
|
2010-09-23 17:59:18 +00:00
|
|
|
<label>Stereoscopic View Options</label>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>stereoscopic-view-options</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
2009-05-04 20:56:32 +00:00
|
|
|
</menu>
|
|
|
|
|
|
|
|
<menu>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>location</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<label>Location</label>
|
|
|
|
|
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>position-on-ground</name>
|
2010-12-26 12:33:16 +00:00
|
|
|
<label>Position Aircraft On Ground</label>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>location-on-ground</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>position-in-air</name>
|
2010-12-26 12:33:16 +00:00
|
|
|
<label>Position Aircraft In Air</label>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>location-in-air</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2010-12-26 12:33:16 +00:00
|
|
|
<label>Select Airport From List</label>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>goto-airport</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>airports</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2010-12-26 12:33:16 +00:00
|
|
|
<label>Random Attitude</label>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>random-attitude</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
|
|
|
<property>/sim/presets/trim</property>
|
|
|
|
<value>false</value>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>property-randomize</command>
|
|
|
|
<property>/orientation/pitch-deg</property>
|
|
|
|
<min>0</min>
|
|
|
|
<max>360</max>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>property-randomize</command>
|
|
|
|
<property>/orientation/roll-deg</property>
|
|
|
|
<min>0</min>
|
|
|
|
<max>360</max>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>property-randomize</command>
|
|
|
|
<property>/orientation/heading-deg</property>
|
|
|
|
<min>0</min>
|
|
|
|
<max>360</max>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>tower-position</name>
|
2010-12-26 12:33:16 +00:00
|
|
|
<label>Tower Position</label>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>location-of-tower</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
<menu>
|
|
|
|
<label>Autopilot</label>
|
|
|
|
<name>autopilot</name>
|
|
|
|
|
|
|
|
<item>
|
2012-04-21 15:13:33 +00:00
|
|
|
<label>Autopilot Settings</label>
|
|
|
|
<key>F11</key>
|
2011-01-03 17:28:40 +00:00
|
|
|
<name>autopilot-settings</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>autopilot</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
<label>Route Manager</label>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>route-manager</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>route-manager</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
2010-09-18 13:28:14 +00:00
|
|
|
<item>
|
2010-03-27 17:16:01 +00:00
|
|
|
<label>Previous Waypoint</label>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>previous-waypoint</name>
|
2010-09-20 08:41:42 +00:00
|
|
|
<binding>
|
2009-05-04 20:56:32 +00:00
|
|
|
<command>nasal</command>
|
2010-03-27 17:16:01 +00:00
|
|
|
<script>setprop("/autopilot/route-manager/input", "@previous")</script>
|
2009-05-04 20:56:32 +00:00
|
|
|
</binding>
|
|
|
|
</item>
|
2010-09-18 13:28:14 +00:00
|
|
|
|
|
|
|
<item>
|
2010-03-27 17:16:01 +00:00
|
|
|
<label>Next Waypoint</label>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>next-waypoint</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
2010-03-27 17:16:01 +00:00
|
|
|
<script>setprop("/autopilot/route-manager/input", "@next")</script>
|
2009-05-04 20:56:32 +00:00
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
<menu>
|
|
|
|
<label>Environment</label>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>environment</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
|
|
|
|
<item>
|
2012-01-22 17:29:11 +00:00
|
|
|
<label>Weather</label>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>global-weather</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
2012-01-22 17:29:11 +00:00
|
|
|
<condition>
|
|
|
|
<not><property>/nasal/local_weather/enabled</property></not>
|
|
|
|
</condition>
|
2009-05-04 20:56:32 +00:00
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>weather</dialog-name>
|
|
|
|
</binding>
|
2010-04-12 21:21:43 +00:00
|
|
|
<binding>
|
2012-01-22 17:29:11 +00:00
|
|
|
<condition>
|
|
|
|
<property>/nasal/local_weather/enabled</property>
|
|
|
|
</condition>
|
2010-04-12 21:21:43 +00:00
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>local_weather_tiles</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
2010-09-07 18:59:00 +00:00
|
|
|
|
2010-09-19 10:07:40 +00:00
|
|
|
<item>
|
|
|
|
<label>Time Settings</label>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>time-settings</name>
|
2010-09-19 10:07:40 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>timeofday</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
2010-09-07 18:59:00 +00:00
|
|
|
|
2009-05-04 20:56:32 +00:00
|
|
|
<item>
|
|
|
|
<label>Wildfire Settings</label>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>wildfire-settings</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>wildfire.dialog.show()</script>
|
|
|
|
</binding>
|
|
|
|
</item>
|
2010-04-12 21:21:43 +00:00
|
|
|
|
2011-06-13 18:28:31 +00:00
|
|
|
<item>
|
|
|
|
<label>Scenery Download</label>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>terrasync</name>
|
2011-06-13 18:28:31 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>terrasync</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
2009-05-04 20:56:32 +00:00
|
|
|
</menu>
|
|
|
|
|
|
|
|
<menu>
|
|
|
|
<label>Equipment</label>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>equipment</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
|
2010-09-18 13:28:14 +00:00
|
|
|
<item>
|
|
|
|
<label>Map</label>
|
2011-01-03 17:28:40 +00:00
|
|
|
<name>map</name>
|
2010-09-18 13:28:14 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>map</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
<label>Stopwatch</label>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>stopwatch</name>
|
2010-09-18 13:28:14 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>stopwatch-dialog</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
2009-05-04 20:56:32 +00:00
|
|
|
<item>
|
2010-12-26 12:33:16 +00:00
|
|
|
<label>Fuel And Payload</label>
|
2009-05-04 20:56:32 +00:00
|
|
|
<name>fuel-and-payload</name>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>gui.showWeightDialog()</script>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2012-04-21 15:13:33 +00:00
|
|
|
<label>Radio Settings</label>
|
|
|
|
<key>F12</key>
|
2011-01-03 17:28:40 +00:00
|
|
|
<name>radio</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>radios</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
<label>GPS Settings</label>
|
2011-01-03 17:28:40 +00:00
|
|
|
<name>gps</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>gps</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
<label>Instrument Settings</label>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>instrument-settings</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>instruments</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
2009-12-05 14:36:51 +00:00
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>failure-submenu</name>
|
2010-09-18 13:28:14 +00:00
|
|
|
<label> --- Failures ---</label>
|
2011-04-17 14:45:51 +00:00
|
|
|
<enabled>false</enabled>
|
2009-12-05 14:36:51 +00:00
|
|
|
</item>
|
|
|
|
|
2009-05-04 20:56:32 +00:00
|
|
|
<item>
|
|
|
|
<label>Random Failures</label>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>random-failures</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>random-failures</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
<label>System Failures</label>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>system-failures</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>system-failures</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
<label>Instrument Failures</label>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>instrument-failures</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>instrument-failures</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
<menu>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>ai</name>
|
2010-11-02 18:41:00 +00:00
|
|
|
<label>AI</label>
|
2010-12-24 22:29:08 +00:00
|
|
|
<!-- Not working at present
|
2010-09-20 08:41:42 +00:00
|
|
|
<item>
|
|
|
|
<label>ATC Services in range</label>
|
|
|
|
<binding>
|
|
|
|
<command>ATC-freq-search</command>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
-->
|
2011-07-07 22:26:41 +00:00
|
|
|
|
2010-10-01 15:36:32 +00:00
|
|
|
<item>
|
2010-12-24 22:29:08 +00:00
|
|
|
<label>Wingman Controls</label>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>wingman</name>
|
2010-10-01 15:36:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>formation</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
2009-05-04 20:56:32 +00:00
|
|
|
|
|
|
|
<item>
|
2010-12-24 22:29:08 +00:00
|
|
|
<label>Tanker Controls</label>
|
2009-05-04 20:56:32 +00:00
|
|
|
<name>tanker</name>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>tanker</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
2010-04-09 09:45:25 +00:00
|
|
|
|
|
|
|
<item>
|
2010-12-24 22:29:08 +00:00
|
|
|
<label>Carrier Controls</label>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>carrier</name>
|
2010-09-18 13:28:14 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>AIcarrier</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
2010-09-07 18:59:00 +00:00
|
|
|
|
2010-09-18 13:28:14 +00:00
|
|
|
<item>
|
2010-12-26 12:33:16 +00:00
|
|
|
<label>Scenario Select (requires restart)</label>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>scenario</name>
|
2010-04-09 09:45:25 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>scenario</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
2010-09-07 23:12:24 +00:00
|
|
|
|
2011-07-07 22:26:41 +00:00
|
|
|
<item>
|
|
|
|
<label>Jetway Settings</label>
|
|
|
|
<name>jetway</name>
|
2011-06-07 20:28:22 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>jetways</dialog-name>
|
|
|
|
</binding>
|
2011-07-07 22:26:41 +00:00
|
|
|
</item>
|
2010-09-07 23:12:24 +00:00
|
|
|
|
2009-05-04 20:56:32 +00:00
|
|
|
</menu>
|
|
|
|
|
|
|
|
<menu>
|
2010-09-07 11:12:32 +00:00
|
|
|
<label>Multiplayer</label>
|
2009-05-04 20:56:32 +00:00
|
|
|
<name>multiplayer</name>
|
|
|
|
|
2011-07-07 22:26:41 +00:00
|
|
|
<item>
|
2012-01-13 14:52:34 +00:00
|
|
|
<label>Multiplayer Settings</label>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>mp-settings</name>
|
2011-06-16 22:33:06 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>multiplayer</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
2009-05-04 20:56:32 +00:00
|
|
|
<item>
|
2010-09-07 18:59:00 +00:00
|
|
|
<label>Chat Dialog</label>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>mp-chat</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>chat-full</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2012-04-21 15:13:33 +00:00
|
|
|
<label>Chat Menu</label>
|
|
|
|
<key>-</key>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>mp-chat-menu</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>chat-menu</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
<label>Pilot List</label>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>mp-list</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>multiplayer.dialog.show()</script>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2010-12-26 12:33:16 +00:00
|
|
|
<label>MPCarrier Selection</label>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>mp-carrier</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>
|
|
|
|
if (contains(globals, "MPCarriers")) {
|
2012-01-07 14:54:06 +00:00
|
|
|
MPCarriers.carrier_dialog.show();
|
2009-05-04 20:56:32 +00:00
|
|
|
} else {
|
2012-01-07 14:54:06 +00:00
|
|
|
gui.popupTip("Found no MPCarriers for activated carrier AI scenarios within range.", 5.0);
|
2009-05-04 20:56:32 +00:00
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</binding>
|
|
|
|
</item>
|
2010-09-07 18:59:00 +00:00
|
|
|
|
2009-05-04 20:56:32 +00:00
|
|
|
</menu>
|
|
|
|
|
|
|
|
<menu>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>debug</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<label>Debug</label>
|
|
|
|
|
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>reload-gui</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<label>Reload GUI</label>
|
|
|
|
<binding>
|
|
|
|
<command>reinit</command>
|
|
|
|
<subsystem>gui</subsystem>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>reload-input</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<label>Reload Input</label>
|
|
|
|
<binding>
|
|
|
|
<command>reinit</command>
|
|
|
|
<subsystem>input</subsystem>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
2011-06-13 18:38:04 +00:00
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>reload-hud</name>
|
2010-10-24 05:56:05 +00:00
|
|
|
<label>Reload HUD</label>
|
|
|
|
<binding>
|
|
|
|
<command>reinit</command>
|
|
|
|
<subsystem>hud</subsystem>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
|
2009-05-04 20:56:32 +00:00
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>reload-panel</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<label>Reload Panel</label>
|
|
|
|
<binding>
|
|
|
|
<command>panel-load</command>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>reload-autopilot</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<label>Reload Autopilot</label>
|
|
|
|
<binding>
|
|
|
|
<command>reinit</command>
|
|
|
|
<subsystem>xml-autopilot</subsystem>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
2010-09-18 13:28:14 +00:00
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>reload-network</name>
|
2010-09-18 13:28:14 +00:00
|
|
|
<label>Reload Network</label>
|
|
|
|
<binding>
|
|
|
|
<command>reinit</command>
|
|
|
|
<subsystem>io</subsystem>
|
|
|
|
</binding>
|
|
|
|
</item>
|
2009-09-07 07:33:15 +00:00
|
|
|
|
2009-05-04 20:56:32 +00:00
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>nasal-console</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<label>Nasal Console</label>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>nasal-console</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>development-keys</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<label>Development Keys</label>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>gui.showHelpDialog("/sim/help/debug")</script>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>configure-dev-extension</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<label>Configure Development Extensions</label>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>devel-extensions</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
2009-12-05 14:36:51 +00:00
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>display-marker</name>
|
2009-12-05 14:36:51 +00:00
|
|
|
<label>Display Tutorial Marker</label>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
2011-06-13 17:37:16 +00:00
|
|
|
<script>
|
|
|
|
setprop("/nasal/tutorial/enabled",1); # load module on demand
|
|
|
|
tutorial.dialog();
|
|
|
|
</script>
|
2009-12-05 14:36:51 +00:00
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
2009-05-04 20:56:32 +00:00
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>dump-scene-graph</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<label>Dump Scene Graph</label>
|
|
|
|
<binding>
|
|
|
|
<command>dump-scenegraph</command>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>print-rendering-statistics</name>
|
2011-03-23 22:18:37 +00:00
|
|
|
<label>Print Rendering Statistics</label>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
|
|
|
<property>/sim/rendering/print-statistics</property>
|
|
|
|
<value>true</value>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>statistics-display</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<label>Cycle On-Screen Statistics</label>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>/sim/rendering/on-screen-statistics</property>
|
|
|
|
<step type="int">1</step>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
2011-03-23 22:18:37 +00:00
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>performance-monitor</name>
|
2011-11-19 14:56:44 +00:00
|
|
|
<label>Monitor System Performance</label>
|
2011-03-23 22:18:37 +00:00
|
|
|
<binding>
|
2011-11-19 14:56:44 +00:00
|
|
|
<command>property-assign</command>
|
|
|
|
<property>/nasal/performance_monitor/enabled</property>
|
|
|
|
<value>true</value>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>performance_monitor.dialog.show()</script>
|
2011-03-23 22:18:37 +00:00
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
2010-09-18 13:28:14 +00:00
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>property-browser</name>
|
2010-09-20 08:41:42 +00:00
|
|
|
<label>Browse Internal Properties</label>
|
2010-09-18 13:28:14 +00:00
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>gui.property_browser()</script>
|
|
|
|
</binding>
|
|
|
|
</item>
|
2009-05-04 20:56:32 +00:00
|
|
|
|
2010-03-18 08:23:23 +00:00
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>logging</name>
|
2010-09-18 13:28:14 +00:00
|
|
|
<label>Logging</label>
|
2010-03-18 08:23:23 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
2010-09-18 13:28:14 +00:00
|
|
|
<dialog-name>logging</dialog-name>
|
2010-03-18 08:23:23 +00:00
|
|
|
</binding>
|
|
|
|
</item>
|
2010-09-07 18:59:00 +00:00
|
|
|
|
2011-06-06 18:06:52 +00:00
|
|
|
<item>
|
|
|
|
<label>Local Weather (Test)</label>
|
|
|
|
<name>local_weather</name>
|
2011-06-13 20:27:44 +00:00
|
|
|
<enabled>false</enabled>
|
2011-06-06 18:06:52 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>local_weather</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
2010-11-14 14:19:36 +00:00
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>print-scene-info</name>
|
2010-11-14 14:19:36 +00:00
|
|
|
<label>Print Visible Scene Info</label>
|
|
|
|
<binding>
|
|
|
|
<command>print-visible-scene</command>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
2012-03-25 16:50:12 +00:00
|
|
|
<item>
|
|
|
|
<label>Hide/Show Rendering Buffers</label>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>rendering-buffers</name>
|
2012-03-25 16:50:12 +00:00
|
|
|
<binding>
|
|
|
|
<command>property-toggle</command>
|
|
|
|
<property>/sim/rendering/show-buffers</property>
|
|
|
|
</binding>
|
2012-04-18 14:00:38 +00:00
|
|
|
<enabled>false</enabled>
|
2012-03-25 16:50:12 +00:00
|
|
|
</item>
|
|
|
|
|
2010-09-18 13:28:14 +00:00
|
|
|
</menu>
|
|
|
|
|
2009-05-04 20:56:32 +00:00
|
|
|
<menu>
|
|
|
|
<label>Help</label>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>help</name>
|
2010-09-07 18:59:00 +00:00
|
|
|
|
2010-03-18 08:23:23 +00:00
|
|
|
<item>
|
2010-12-26 12:33:16 +00:00
|
|
|
<label>Help (opens in browser)</label>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>help-browser</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
2011-10-09 10:45:50 +00:00
|
|
|
<command>open-browser</command>
|
|
|
|
<path>Docs/index.html</path>
|
2009-05-04 20:56:32 +00:00
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
2010-12-24 22:29:08 +00:00
|
|
|
<item>
|
2012-04-21 15:13:33 +00:00
|
|
|
<label>Aircraft Help</label>
|
|
|
|
<key>?</key>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>aircraft-keys</name>
|
2010-12-24 22:29:08 +00:00
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>gui.showHelpDialog("/sim/help")</script>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
2009-05-04 20:56:32 +00:00
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<label>Common Aircraft Keys</label>
|
|
|
|
<name>common-keys</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
2012-04-18 14:00:38 +00:00
|
|
|
<command>nasal</command>
|
|
|
|
<script>gui.showHelpDialog("/sim/help/common")</script>
|
2009-05-04 20:56:32 +00:00
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
2010-09-07 18:59:00 +00:00
|
|
|
<item>
|
|
|
|
<label>Basic Simulator Keys</label>
|
2011-07-07 22:26:41 +00:00
|
|
|
<name>basic-keys</name>
|
2009-05-04 20:56:32 +00:00
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>gui.showHelpDialog("/sim/help/basic")</script>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
2011-07-07 22:26:41 +00:00
|
|
|
<item>
|
2012-04-18 14:00:38 +00:00
|
|
|
<label>Joystick Information</label>
|
|
|
|
<name>joystick-info</name>
|
2011-07-07 22:26:41 +00:00
|
|
|
<binding>
|
2012-04-18 14:00:38 +00:00
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>joystick-info</dialog-name>
|
2011-07-07 22:26:41 +00:00
|
|
|
</binding>
|
|
|
|
</item>
|
2010-12-26 19:20:41 +00:00
|
|
|
|
2009-05-04 20:56:32 +00:00
|
|
|
<item>
|
2010-12-26 12:33:16 +00:00
|
|
|
<label>------------------</label>
|
2011-04-17 14:45:51 +00:00
|
|
|
<enabled>false</enabled>
|
2009-05-04 20:56:32 +00:00
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2011-06-02 17:11:05 +00:00
|
|
|
<label>Tutorials</label>
|
2009-05-04 20:56:32 +00:00
|
|
|
<name>tutorial-start</name>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>tutorial</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
2010-09-07 18:59:00 +00:00
|
|
|
<item>
|
2010-09-18 13:28:14 +00:00
|
|
|
<label>About</label>
|
2012-04-18 14:00:38 +00:00
|
|
|
<name>menu-about</name>
|
2010-09-18 13:28:14 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>about</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
2009-05-04 20:56:32 +00:00
|
|
|
</menu>
|
2003-01-16 18:17:28 +00:00
|
|
|
|
2003-03-29 15:01:56 +00:00
|
|
|
</PropertyList>
|