1
0
Fork 0

Added shift-LMB to the volume knob for the push-pull ident

This commit is contained in:
sydadams 2009-09-17 07:44:39 +00:00
parent 2aba2cd493
commit f0df2324d8

View file

@ -624,7 +624,7 @@ Syd Adams
<!-- OSG hotspots --> <!-- OSG hotspots -->
<animation> <animation>
<type>pick</type> <type>pick</type>
<object-name>KNS80.volume</object-name> <object-name>KNS80.volume</object-name>
<action> <action>
@ -632,9 +632,21 @@ Syd Adams
<repeatable>true</repeatable> <repeatable>true</repeatable>
<interval-sec>0.1</interval-sec> <interval-sec>0.1</interval-sec>
<binding> <binding>
<command>nasal</command> <condition>
<script>systems.kns80.volume(0.05)</script> <not>
</binding> <property>devices/status/keyboard/shift</property>
</not>
</condition>
<command>nasal</command>
<script>systems.kns80.volume(0.05)</script>
</binding>
<binding>
<condition>
<property>devices/status/keyboard/shift</property>
</condition>
<command>property-toggle</command>
<property>instrumentation/nav/ident</property>
</binding>
</action> </action>
</animation> </animation>