Fix order of LSK keys

Signed-off-by: fly <merspieler@alwaysdata.net>
This commit is contained in:
fly 2024-12-05 23:00:08 +01:00
parent 79684bdd0a
commit 1f9a1134e2

View file

@ -605,42 +605,15 @@
</event>
<event>
<name>button-71</name>
<desc type="string">Right LSK 6</desc>
<desc type="string">Right LSK 1</desc>
<repeatable type="string">false</repeatable>
<binding>
<command>nasal</command>
<script>mcdu.rskbutton("6", 0);</script>
<script>mcdu.rskbutton("1", 0);</script>
</binding>
</event>
<event>
<name>button-72</name>
<desc type="string">Right LSK 5</desc>
<repeatable type="string">false</repeatable>
<binding>
<command>nasal</command>
<script>mcdu.rskbutton("5", 0);</script>
</binding>
</event>
<event>
<name>button-73</name>
<desc type="string">Right LSK 4</desc>
<repeatable type="string">false</repeatable>
<binding>
<command>nasal</command>
<script>mcdu.rskbutton("4", 0);</script>
</binding>
</event>
<event>
<name>button-74</name>
<desc type="string">Right LSK 3</desc>
<repeatable type="string">false</repeatable>
<binding>
<command>nasal</command>
<script>mcdu.rskbutton("3", 0);</script>
</binding>
</event>
<event>
<name>button-75</name>
<desc type="string">Right LSK 2</desc>
<repeatable type="string">false</repeatable>
<binding>
@ -649,12 +622,39 @@
</binding>
</event>
<event>
<name>button-76</name>
<desc type="string">Right LSK 1</desc>
<name>button-73</name>
<desc type="string">Right LSK 3</desc>
<repeatable type="string">false</repeatable>
<binding>
<command>nasal</command>
<script>mcdu.rskbutton("1", 0);</script>
<script>mcdu.rskbutton("3", 0);</script>
</binding>
</event>
<event>
<name>button-74</name>
<desc type="string">Right LSK 4</desc>
<repeatable type="string">false</repeatable>
<binding>
<command>nasal</command>
<script>mcdu.rskbutton("4", 0);</script>
</binding>
</event>
<event>
<name>button-75</name>
<desc type="string">Right LSK 5</desc>
<repeatable type="string">false</repeatable>
<binding>
<command>nasal</command>
<script>mcdu.rskbutton("5", 0);</script>
</binding>
</event>
<event>
<name>button-76</name>
<desc type="string">Right LSK 6</desc>
<repeatable type="string">false</repeatable>
<binding>
<command>nasal</command>
<script>mcdu.rskbutton("6", 0);</script>
</binding>
</event>
<event>