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 -->
|
<!-- 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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue