Add missing 3 buttons to flightgear MCDU config
Signed-off-by: fly <merspieler@alwaysdata.net>
This commit is contained in:
parent
cddcaef9cf
commit
adf1f4b89c
1 changed files with 27 additions and 0 deletions
|
@ -657,4 +657,31 @@
|
||||||
<script>mcdu.rskbutton("1", 0);</script>
|
<script>mcdu.rskbutton("1", 0);</script>
|
||||||
</binding>
|
</binding>
|
||||||
</event>
|
</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>
|
</PropertyList>
|
||||||
|
|
Loading…
Reference in a new issue