Add flightgear config for weather radar
Signed-off-by: fly <merspieler@alwaysdata.net>
This commit is contained in:
parent
c323e090f5
commit
6aeca076f4
1 changed files with 156 additions and 0 deletions
|
@ -106,6 +106,26 @@
|
|||
<property type="string">/controls/lighting/main-panel-knb</property>
|
||||
</binding>
|
||||
</event>
|
||||
<event>
|
||||
<name>abs-z-translate-9</name>
|
||||
<desc type="string">Weather Radar Tilt</desc>
|
||||
<min-range>-4095</min-range>
|
||||
<max-range>4095</max-range>
|
||||
<binding>
|
||||
<command type="string">property-scale</command>
|
||||
<property type="string">/controls/wxradar/tilt-knb</property>
|
||||
</binding>
|
||||
</event>
|
||||
<event>
|
||||
<name>abs-z-translate-10</name>
|
||||
<desc type="string">Weather Radar Gain</desc>
|
||||
<min-range>-4095</min-range>
|
||||
<max-range>4095</max-range>
|
||||
<binding>
|
||||
<command type="string">property-scale</command>
|
||||
<property type="string">/controls/wxradar/gain-knb</property>
|
||||
</binding>
|
||||
</event>
|
||||
<!-- Buttons -->
|
||||
<event>
|
||||
<name>button-4</name>
|
||||
|
@ -158,6 +178,40 @@
|
|||
</binding>
|
||||
</mod-up>
|
||||
</event>
|
||||
<event>
|
||||
<name>button-7</name>
|
||||
<desc type="string">Weather Radar Mode Map</desc>
|
||||
<repeatable type="string">false</repeatable>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/wxradar/mode</property>
|
||||
<value>3</value>
|
||||
</binding>
|
||||
<mod-up>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/wxradar/mode</property>
|
||||
<value>0</value>
|
||||
</binding>
|
||||
</mod-up>
|
||||
</event>
|
||||
<event>
|
||||
<name>button-8</name>
|
||||
<desc type="string">Weather Radar PWS</desc>
|
||||
<repeatable type="string">false</repeatable>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/wxradar/pws</property>
|
||||
<value>1</value>
|
||||
</binding>
|
||||
<mod-up>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/wxradar/pws</property>
|
||||
<value>0</value>
|
||||
</binding>
|
||||
</mod-up>
|
||||
</event>
|
||||
<event>
|
||||
<name>button-9</name>
|
||||
<desc type="string">Door Unlock</desc>
|
||||
|
@ -260,6 +314,108 @@
|
|||
</binding>
|
||||
</mod-up>
|
||||
</event>
|
||||
<event>
|
||||
<name>button-18</name>
|
||||
<desc type="string">Weather Radar SYS 2</desc>
|
||||
<repeatable type="string">false</repeatable>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/wxradar/sys</property>
|
||||
<value>2</value>
|
||||
</binding>
|
||||
<mod-up>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/wxradar/sys</property>
|
||||
<value>1</value>
|
||||
</binding>
|
||||
</mod-up>
|
||||
</event>
|
||||
<event>
|
||||
<name>button-19</name>
|
||||
<desc type="string">Weather Radar SYS 1</desc>
|
||||
<repeatable type="string">false</repeatable>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/wxradar/sys</property>
|
||||
<value>0</value>
|
||||
</binding>
|
||||
<mod-up>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/wxradar/sys</property>
|
||||
<value>1</value>
|
||||
</binding>
|
||||
</mod-up>
|
||||
</event>
|
||||
<event>
|
||||
<name>button-20</name>
|
||||
<desc type="string">Weather Radar Multiscan</desc>
|
||||
<repeatable type="string">false</repeatable>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/wxradar/multiscan</property>
|
||||
<value>1</value>
|
||||
</binding>
|
||||
<mod-up>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/wxradar/multiscan</property>
|
||||
<value>0</value>
|
||||
</binding>
|
||||
</mod-up>
|
||||
</event>
|
||||
<event>
|
||||
<name>button-21</name>
|
||||
<desc type="string">Weather Radar Mode WX+1</desc>
|
||||
<repeatable type="string">false</repeatable>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/wxradar/mode</property>
|
||||
<value>1</value>
|
||||
</binding>
|
||||
<mod-up>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/wxradar/mode</property>
|
||||
<value>0</value>
|
||||
</binding>
|
||||
</mod-up>
|
||||
</event>
|
||||
<event>
|
||||
<name>button-22</name>
|
||||
<desc type="string">Weather Radar GCS</desc>
|
||||
<repeatable type="string">false</repeatable>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/wxradar/gcs</property>
|
||||
<value>1</value>
|
||||
</binding>
|
||||
<mod-up>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/wxradar/gcs</property>
|
||||
<value>0</value>
|
||||
</binding>
|
||||
</mod-up>
|
||||
</event>
|
||||
<event>
|
||||
<name>button-23</name>
|
||||
<desc type="string">Weather Radar Mode Turb</desc>
|
||||
<repeatable type="string">false</repeatable>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/wxradar/mode</property>
|
||||
<value>2</value>
|
||||
</binding>
|
||||
<mod-up>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/controls/wxradar/mode</property>
|
||||
<value>0</value>
|
||||
</binding>
|
||||
</mod-up>
|
||||
</event>
|
||||
<event>
|
||||
<name>button-28</name>
|
||||
<desc type="string">ENG Master 1</desc>
|
||||
|
|
Loading…
Reference in a new issue