1
0
Fork 0

add wx-toggle, data-toggle, echo-toggle hotspots to the radar. (Same order

as on the 737 panel, but no labels yet. Aliens don't need that stuff.)
This commit is contained in:
mfranz 2007-06-25 21:23:28 +00:00
parent 4866bfb66f
commit 2ee85ac82b
2 changed files with 43 additions and 0 deletions

View file

@ -185,5 +185,44 @@
</script>
</binding>
</action>
<action>
<name>wx toggle</name>
<button>0</button>
<x>-119</x>
<y>-119</y>
<w>50</w>
<h>30</h>
<binding>
<command>property-toggle</command>
<property>instrumentation/radar/display-controls/WX</property>
</binding>
</action>
<action>
<name>data toggle</name>
<button>0</button>
<x>3</x>
<y>-119</y>
<w>50</w>
<h>30</h>
<binding>
<command>property-toggle</command>
<property>instrumentation/radar/display-controls/data</property>
</binding>
</action>
<action>
<name>echo toggle</name>
<button>0</button>
<x>69</x>
<y>-119</y>
<w>50</w>
<h>30</h>
<binding>
<command>property-toggle</command>
<property>instrumentation/radar/display-controls/pos</property>
</binding>
</action>
</actions>
</PropertyList>

View file

@ -87,6 +87,10 @@
<name>m</name>
<desc>toggle marker for active (= last selected) object</desc>
</key>
<key>
<name>P</name>
<desc>toggle radar panel (see Ctrl-C for the control areas)</desc>
</key>
<key>
<name>space</name>
<desc>open/close model select dialog</desc>