mirror of https://github.com/ArduPilot/ardupilot
24 lines
469 B
XML
24 lines
469 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<PropertyList>
|
|
|
|
<key n="9">
|
|
<name>Ctrl-I</name>
|
|
<desc>Show configuration dialog</desc>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>rascal.dialog.toggle()</script>
|
|
</binding>
|
|
</key>
|
|
|
|
<key n="83">
|
|
<name>S</name>
|
|
<desc>Toggle smoke</desc>
|
|
<binding>
|
|
<command>property-toggle</command>
|
|
<property>sim/multiplay/generic/int[0]</property>
|
|
</binding>
|
|
</key>
|
|
|
|
</PropertyList>
|