1
0
Fork 0

KX165: fix nav power-btn action

This commit is contained in:
Clément de l'Hamaide 2013-11-30 17:21:05 +01:00
parent 579c0e0028
commit eb1a2ad623
2 changed files with 44 additions and 0 deletions

View file

@ -574,6 +574,28 @@
</less-than>
</condition>
</binding>
<binding>
<command>property-assign</command>
<property alias="../../../../params/power-nav"/>
<value>1</value>
<condition>
<greater-than>
<property alias="../../../../../../params/comm-volume"/>
<value>0.05</value>
</greater-than>
</condition>
</binding>
<binding>
<command>property-assign</command>
<property alias="../../../../params/power-nav"/>
<value>0</value>
<condition>
<less-than>
<property alias="../../../../../../params/comm-volume"/>
<value>0.05</value>
</less-than>
</condition>
</binding>
</action>
<hovered>
<binding>

View file

@ -573,6 +573,28 @@
</less-than>
</condition>
</binding>
<binding>
<command>property-assign</command>
<property alias="../../../../params/power-nav"/>
<value>1</value>
<condition>
<greater-than>
<property alias="../../../../../../params/comm-volume"/>
<value>0.05</value>
</greater-than>
</condition>
</binding>
<binding>
<command>property-assign</command>
<property alias="../../../../params/power-nav"/>
<value>0</value>
<condition>
<less-than>
<property alias="../../../../../../params/comm-volume"/>
<value>0.05</value>
</less-than>
</condition>
</binding>
</action>
<hovered>
<binding>