KX165: fix nav power-btn action
This commit is contained in:
parent
579c0e0028
commit
eb1a2ad623
2 changed files with 44 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue