VC: MCDU Arrows fixed
This commit is contained in:
parent
6bc076c639
commit
f0b0d14a27
2 changed files with 8 additions and 8 deletions
|
@ -786,7 +786,7 @@
|
||||||
<object-name>left</object-name>
|
<object-name>left</object-name>
|
||||||
<action>
|
<action>
|
||||||
<button>0</button>
|
<button>0</button>
|
||||||
<repeatable>false</repeatable>
|
<repeatable>true</repeatable>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>mcdu.arrowbutton("left", 0);</script>
|
<script>mcdu.arrowbutton("left", 0);</script>
|
||||||
|
@ -810,7 +810,7 @@
|
||||||
<object-name>right</object-name>
|
<object-name>right</object-name>
|
||||||
<action>
|
<action>
|
||||||
<button>0</button>
|
<button>0</button>
|
||||||
<repeatable>false</repeatable>
|
<repeatable>true</repeatable>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>mcdu.arrowbutton("right", 0);</script>
|
<script>mcdu.arrowbutton("right", 0);</script>
|
||||||
|
@ -834,7 +834,7 @@
|
||||||
<object-name>up</object-name>
|
<object-name>up</object-name>
|
||||||
<action>
|
<action>
|
||||||
<button>0</button>
|
<button>0</button>
|
||||||
<repeatable>false</repeatable>
|
<repeatable>true</repeatable>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>mcdu.arrowbutton("up", 0);</script>
|
<script>mcdu.arrowbutton("up", 0);</script>
|
||||||
|
@ -858,7 +858,7 @@
|
||||||
<object-name>down</object-name>
|
<object-name>down</object-name>
|
||||||
<action>
|
<action>
|
||||||
<button>0</button>
|
<button>0</button>
|
||||||
<repeatable>false</repeatable>
|
<repeatable>true</repeatable>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>mcdu.arrowbutton("down", 0);</script>
|
<script>mcdu.arrowbutton("down", 0);</script>
|
||||||
|
|
|
@ -786,7 +786,7 @@
|
||||||
<object-name>left</object-name>
|
<object-name>left</object-name>
|
||||||
<action>
|
<action>
|
||||||
<button>0</button>
|
<button>0</button>
|
||||||
<repeatable>false</repeatable>
|
<repeatable>true</repeatable>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>mcdu.arrowbutton("left", 1);</script>
|
<script>mcdu.arrowbutton("left", 1);</script>
|
||||||
|
@ -810,7 +810,7 @@
|
||||||
<object-name>right</object-name>
|
<object-name>right</object-name>
|
||||||
<action>
|
<action>
|
||||||
<button>0</button>
|
<button>0</button>
|
||||||
<repeatable>false</repeatable>
|
<repeatable>true</repeatable>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>mcdu.arrowbutton("right", 1);</script>
|
<script>mcdu.arrowbutton("right", 1);</script>
|
||||||
|
@ -834,7 +834,7 @@
|
||||||
<object-name>up</object-name>
|
<object-name>up</object-name>
|
||||||
<action>
|
<action>
|
||||||
<button>0</button>
|
<button>0</button>
|
||||||
<repeatable>false</repeatable>
|
<repeatable>true</repeatable>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>mcdu.arrowbutton("up", 1);</script>
|
<script>mcdu.arrowbutton("up", 1);</script>
|
||||||
|
@ -858,7 +858,7 @@
|
||||||
<object-name>down</object-name>
|
<object-name>down</object-name>
|
||||||
<action>
|
<action>
|
||||||
<button>0</button>
|
<button>0</button>
|
||||||
<repeatable>false</repeatable>
|
<repeatable>true</repeatable>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>mcdu.arrowbutton("down", 1);</script>
|
<script>mcdu.arrowbutton("down", 1);</script>
|
||||||
|
|
Reference in a new issue