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:
parent
4866bfb66f
commit
2ee85ac82b
2 changed files with 43 additions and 0 deletions
|
@ -185,5 +185,44 @@
|
||||||
</script>
|
</script>
|
||||||
</binding>
|
</binding>
|
||||||
</action>
|
</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>
|
</actions>
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
|
@ -87,6 +87,10 @@
|
||||||
<name>m</name>
|
<name>m</name>
|
||||||
<desc>toggle marker for active (= last selected) object</desc>
|
<desc>toggle marker for active (= last selected) object</desc>
|
||||||
</key>
|
</key>
|
||||||
|
<key>
|
||||||
|
<name>P</name>
|
||||||
|
<desc>toggle radar panel (see Ctrl-C for the control areas)</desc>
|
||||||
|
</key>
|
||||||
<key>
|
<key>
|
||||||
<name>space</name>
|
<name>space</name>
|
||||||
<desc>open/close model select dialog</desc>
|
<desc>open/close model select dialog</desc>
|
||||||
|
|
Loading…
Add table
Reference in a new issue