Animate LECAM page select keys

Signed-off-by: merspieler <merspieler@airmail.cc>
This commit is contained in:
merspieler 2018-09-26 21:26:40 +02:00
parent 44cf8a8997
commit c206731e01

View file

@ -467,22 +467,11 @@
<object-name>audio_vhf2_led</object-name>
<object-name>audio_vhf3_led</object-name>
<object-name>autoland_light_on</object-name>
<object-name>ecam_apu_led</object-name>
<object-name>ecam_bleed_led</object-name>
<object-name>ecam_cond_led</object-name>
<object-name>ecam_clr_l_led</object-name>
<object-name>ecam_clr_r_led</object-name>
<object-name>ecam_c_b_led</object-name>
<object-name>ecam_door_led</object-name>
<object-name>ecam_elec_led</object-name>
<object-name>ecam_el_dc_led</object-name>
<object-name>ecam_eng_led</object-name>
<object-name>ecam_fctl_led</object-name>
<object-name>ecam_fuel_led</object-name>
<object-name>ecam_hyd_led</object-name>
<object-name>ecam_press_led</object-name>
<object-name>ecam_sts_led</object-name>
<object-name>ecam_wheel_led</object-name>
<object-name>exped_led</object-name>
<object-name>hdg-text-test</object-name>
<object-name>qnh-test</object-name>
@ -1413,7 +1402,195 @@
</binding>
</action>
</animation>
<!-- ECAM page keys -->
<animation>
<type>select</type>
<object-name>ecam_eng_led</object-name>
<condition>
<or>
<equals>
<property>ECAM/Lower/light/eng</property>
<value>1</value>
</equals>
<equals>
<property>controls/switches/annun-test</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>ecam_apu_led</object-name>
<condition>
<or>
<equals>
<property>ECAM/Lower/light/apu</property>
<value>1</value>
</equals>
<equals>
<property>controls/switches/annun-test</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>ecam_door_led</object-name>
<condition>
<or>
<equals>
<property>ECAM/Lower/light/door</property>
<value>1</value>
</equals>
<equals>
<property>controls/switches/annun-test</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>ecam_elec_led</object-name>
<condition>
<or>
<equals>
<property>ECAM/Lower/light/elec</property>
<value>1</value>
</equals>
<equals>
<property>controls/switches/annun-test</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>ecam_fuel_led</object-name>
<condition>
<or>
<equals>
<property>ECAM/Lower/light/fuel</property>
<value>1</value>
</equals>
<equals>
<property>controls/switches/annun-test</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>ecam_hyd_led</object-name>
<condition>
<or>
<equals>
<property>ECAM/Lower/light/hyd</property>
<value>1</value>
</equals>
<equals>
<property>controls/switches/annun-test</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>ecam_fctl_led</object-name>
<condition>
<or>
<equals>
<property>ECAM/Lower/light/fctl</property>
<value>1</value>
</equals>
<equals>
<property>controls/switches/annun-test</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>ecam_press_led</object-name>
<condition>
<or>
<equals>
<property>ECAM/Lower/light/press</property>
<value>1</value>
</equals>
<equals>
<property>controls/switches/annun-test</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>ecam_wheel_led</object-name>
<condition>
<or>
<equals>
<property>ECAM/Lower/light/wheel</property>
<value>1</value>
</equals>
<equals>
<property>controls/switches/annun-test</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>ecam_bleed_led</object-name>
<condition>
<or>
<equals>
<property>ECAM/Lower/light/bleed</property>
<value>1</value>
</equals>
<equals>
<property>controls/switches/annun-test</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>ecam_cond_led</object-name>
<condition>
<or>
<equals>
<property>ECAM/Lower/light/cond</property>
<value>1</value>
</equals>
<equals>
<property>controls/switches/annun-test</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<!-- Engine Cutoff/Mode Selector -->
<animation>
<type>pick</type>