Add missing 3 buttons to flightgear MCDU config

Signed-off-by: fly <merspieler@alwaysdata.net>
This commit is contained in:
fly 2024-12-03 00:21:44 +01:00
parent cddcaef9cf
commit adf1f4b89c

View file

@ -657,4 +657,31 @@
<script>mcdu.rskbutton("1", 0);</script>
</binding>
</event>
<event>
<name>button-77</name>
<desc type="string">.</desc>
<repeatable type="string">false</repeatable>
<binding>
<command>nasal</command>
<script>mcdu.button("DOT", 0);</script>
</binding>
</event>
<event>
<name>button-78</name>
<desc type="string">0</desc>
<repeatable type="string">false</repeatable>
<binding>
<command>nasal</command>
<script>mcdu.button("0", 0);</script>
</binding>
</event>
<event>
<name>button-79</name>
<desc type="string">+/-</desc>
<repeatable type="string">false</repeatable>
<binding>
<command>nasal</command>
<script>mcdu.button("PLUSMINUS", 0);</script>
</binding>
</event>
</PropertyList>