1
0
Fork 0

Added hotspots for the autopilot and remote instrument controllers

This commit is contained in:
sydadams 2007-12-05 05:13:51 +00:00
parent 4c4adcff8e
commit f07c189652
2 changed files with 394 additions and 0 deletions

View file

@ -0,0 +1,120 @@
<!--
Syd Adams
P1000 AP controller hotspots
-->
<PropertyList>
<name>AP hotspots</name>
<w-base>140</w-base>
<h-base>64</h-base>
<w>140</w>
<h>64</h>
<actions>
<!--
<action>
<name>bezel outline</name>
<x>-70</x>
<y>-32</y>
<w>140</w>
<h>64</h>
</action>
-->
<action>
<name>Autopilot ON</name>
<button>0</button>
<x>-22</x>
<y>-24</y>
<w>16</w>
<h>10</h>
<binding>
<command>property-toggle</command>
<property>autopilot/locks/passive-mode</property>
</binding>
</action>
<action>
<name>Yaw Damper ON</name>
<button>0</button>
<x>-2</x>
<y>-24</y>
<w>16</w>
<h>10</h>
<binding>
<command>property-toggle</command>
<property>autopilot/locks/passive-mode</property>
</binding>
</action>
<action>
<name>Pitch Decrease</name>
<button>0</button>
<x>-49</x>
<y>0</y>
<w>18</w>
<h>18</h>
<binding>
<command>property-adjust</command>
<property>autopilot/settings/target-pitch-deg</property>
<step>-0.010000</step>
<min>-30</min>
<max>30</max>
<wrap>0</wrap>
</binding>
</action>
<action>
<name>Pitch Increase</name>
<button>0</button>
<x>-49</x>
<y>-18</y>
<w>18</w>
<h>18</h>
<binding>
<command>property-adjust</command>
<property>autopilot/settings/target-pitch-deg</property>
<step>0.010000</step>
<min>-30</min>
<max>30</max>
<wrap>0</wrap>
</binding>
</action>
<action>
<name>Roll Decrease</name>
<button>0</button>
<x>20</x>
<y>-22</y>
<w>20</w>
<h>40</h>
<binding>
<command>property-adjust</command>
<property>autopilot/settings/target-roll-deg</property>
<step>-0.010000</step>
<min>-30</min>
<max>30</max>
<wrap>0</wrap>
</binding>
</action>
<action>
<name>Roll Increase</name>
<button>0</button>
<x>40</x>
<y>-22</y>
<w>20</w>
<h>40</h>
<binding>
<command>property-adjust</command>
<property>autopilot/settings/target-roll-deg</property>
<step>0.010000</step>
<min>-30</min>
<max>30</max>
<wrap>0</wrap>
</binding>
</action>
</actions>
</PropertyList>

View file

@ -0,0 +1,274 @@
<!--
Syd Adams
Remote Instrument Controller hotspots
-->
<PropertyList>
<name>RIC hotspots</name>
<w-base>142</w-base>
<h-base>38</h-base>
<w>142</w>
<h>38</h>
<actions>
<!--
<action>
<name>bezel outline</name>
<x>-71</x>
<y>-19</y>
<w>142</w>
<h>38</h>
</action>
-->
<action>
<name>Center Course Needle</name>
<button>0</button>
<x>-49</x>
<y>-8</y>
<w>14</w>
<h>14</h>
<binding>
<command>property-assign</command>
<property>instrumentation/nav/radials/selected-deg</property>
<property>instrumentation/nav/heading-deg</property>
</binding>
</action>
<action>
<name>Course decrease 1</name>
<button>0</button>
<x>-59</x>
<y>-8</y>
<w>10</w>
<h>14</h>
<binding>
<command>property-adjust</command>
<property>instrumentation/nav/radials/selected-deg</property>
<step>-1</step>
<min>0</min>
<max>359</max>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>Course decrease 10</name>
<button>1</button>
<x>-59</x>
<y>-8</y>
<w>10</w>
<h>14</h>
<binding>
<command>property-adjust</command>
<property>instrumentation/nav/radials/selected-deg</property>
<step>-10</step>
<min>0</min>
<max>350</max>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>Course increase 1</name>
<button>0</button>
<x>-35</x>
<y>-8</y>
<w>10</w>
<h>14</h>
<binding>
<command>property-adjust</command>
<property>instrumentation/nav/radials/selected-deg</property>
<step>1</step>
<min>0</min>
<max>359</max>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>Course increase 10</name>
<button>1</button>
<x>-35</x>
<y>-8</y>
<w>10</w>
<h>14</h>
<binding>
<command>property-adjust</command>
<property>instrumentation/nav/radials/selected-deg</property>
<step>10</step>
<min>0</min>
<max>350</max>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>Center Heading Bug</name>
<button>0</button>
<x>-7</x>
<y>-8</y>
<w>14</w>
<h>14</h>
<binding>
<command>property-assign</command>
<property>autopilot/settings/heading-bug-deg</property>
<property>/orientation/heading-magnetic-deg</property>
</binding>
</action>
<action>
<name>Heading Bug decrease1</name>
<button>0</button>
<x>-17</x>
<y>-8</y>
<w>10</w>
<h>14</h>
<binding>
<command>property-adjust</command>
<property>autopilot/settings/heading-bug-deg</property>
<step>-1</step>
<min>0</min>
<max>359</max>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>Heading Bug decrease10</name>
<button>1</button>
<x>-17</x>
<y>-8</y>
<w>10</w>
<h>14</h>
<binding>
<command>property-adjust</command>
<property>autopilot/settings/heading-bug-deg</property>
<step>-10</step>
<min>0</min>
<max>359</max>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>Heading Bug increase1</name>
<button>0</button>
<x>7</x>
<y>-8</y>
<w>10</w>
<h>14</h>
<binding>
<command>property-adjust</command>
<property>autopilot/settings/heading-bug-deg</property>
<step>1</step>
<min>0</min>
<max>359</max>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>Heading Bug increase10</name>
<button>1</button>
<x>7</x>
<y>-8</y>
<w>10</w>
<h>14</h>
<binding>
<command>property-adjust</command>
<property>autopilot/settings/heading-bug-deg</property>
<step>10</step>
<min>0</min>
<max>359</max>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>Center Course Needle2</name>
<button>0</button>
<x>35</x>
<y>-8</y>
<w>14</w>
<h>14</h>
<binding>
<command>property-assign</command>
<property>instrumentation/nav/radials/selected-deg</property>
<property>instrumentation/nav/heading-deg</property>
</binding>
</action>
<action>
<name>Course2 decrease 1</name>
<button>0</button>
<x>25</x>
<y>-8</y>
<w>10</w>
<h>14</h>
<binding>
<command>property-adjust</command>
<property>instrumentation/nav/radials/selected-deg</property>
<step>-1</step>
<min>0</min>
<max>359</max>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>Course2 decrease 10</name>
<button>1</button>
<x>25</x>
<y>-8</y>
<w>10</w>
<h>14</h>
<binding>
<command>property-adjust</command>
<property>instrumentation/nav/radials/selected-deg</property>
<step>-10</step>
<min>0</min>
<max>350</max>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>Course2 increase 1</name>
<button>0</button>
<x>49</x>
<y>-8</y>
<w>10</w>
<h>14</h>
<binding>
<command>property-adjust</command>
<property>instrumentation/nav/radials/selected-deg</property>
<step>1</step>
<min>0</min>
<max>359</max>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>Course2 increase 10</name>
<button>1</button>
<x>49</x>
<y>-8</y>
<w>10</w>
<h>14</h>
<binding>
<command>property-adjust</command>
<property>instrumentation/nav/radials/selected-deg</property>
<step>10</step>
<min>0</min>
<max>350</max>
<wrap>true</wrap>
</binding>
</action>
</actions>
</PropertyList>