120 lines
2.6 KiB
XML
120 lines
2.6 KiB
XML
<!--
|
|
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>
|