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>
|
||||
<action>
|
||||
<button>0</button>
|
||||
<repeatable>false</repeatable>
|
||||
<repeatable>true</repeatable>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>mcdu.arrowbutton("left", 0);</script>
|
||||
|
@ -810,7 +810,7 @@
|
|||
<object-name>right</object-name>
|
||||
<action>
|
||||
<button>0</button>
|
||||
<repeatable>false</repeatable>
|
||||
<repeatable>true</repeatable>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>mcdu.arrowbutton("right", 0);</script>
|
||||
|
@ -834,7 +834,7 @@
|
|||
<object-name>up</object-name>
|
||||
<action>
|
||||
<button>0</button>
|
||||
<repeatable>false</repeatable>
|
||||
<repeatable>true</repeatable>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>mcdu.arrowbutton("up", 0);</script>
|
||||
|
@ -858,7 +858,7 @@
|
|||
<object-name>down</object-name>
|
||||
<action>
|
||||
<button>0</button>
|
||||
<repeatable>false</repeatable>
|
||||
<repeatable>true</repeatable>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>mcdu.arrowbutton("down", 0);</script>
|
||||
|
|
|
@ -786,7 +786,7 @@
|
|||
<object-name>left</object-name>
|
||||
<action>
|
||||
<button>0</button>
|
||||
<repeatable>false</repeatable>
|
||||
<repeatable>true</repeatable>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>mcdu.arrowbutton("left", 1);</script>
|
||||
|
@ -810,7 +810,7 @@
|
|||
<object-name>right</object-name>
|
||||
<action>
|
||||
<button>0</button>
|
||||
<repeatable>false</repeatable>
|
||||
<repeatable>true</repeatable>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>mcdu.arrowbutton("right", 1);</script>
|
||||
|
@ -834,7 +834,7 @@
|
|||
<object-name>up</object-name>
|
||||
<action>
|
||||
<button>0</button>
|
||||
<repeatable>false</repeatable>
|
||||
<repeatable>true</repeatable>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>mcdu.arrowbutton("up", 1);</script>
|
||||
|
@ -858,7 +858,7 @@
|
|||
<object-name>down</object-name>
|
||||
<action>
|
||||
<button>0</button>
|
||||
<repeatable>false</repeatable>
|
||||
<repeatable>true</repeatable>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>mcdu.arrowbutton("down", 1);</script>
|
||||
|
|
Reference in a new issue