Added shift-LMB to the volume knob for the push-pull ident
This commit is contained in:
parent
2aba2cd493
commit
f0df2324d8
1 changed files with 16 additions and 4 deletions
|
@ -624,7 +624,7 @@ Syd Adams
|
|||
|
||||
<!-- OSG hotspots -->
|
||||
|
||||
<animation>
|
||||
<animation>
|
||||
<type>pick</type>
|
||||
<object-name>KNS80.volume</object-name>
|
||||
<action>
|
||||
|
@ -632,9 +632,21 @@ Syd Adams
|
|||
<repeatable>true</repeatable>
|
||||
<interval-sec>0.1</interval-sec>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>systems.kns80.volume(0.05)</script>
|
||||
</binding>
|
||||
<condition>
|
||||
<not>
|
||||
<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>
|
||||
</animation>
|
||||
|
||||
|
|
Loading…
Reference in a new issue