Contact Us!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
Ardupilot

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: Ardupilot/ardupilot
Path: blob/master/Tools/autotest/aircraft/Rascal/Rascal-keyboard.xml
Views: 2029
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<PropertyList>
4
5
<key n="9">
6
<name>Ctrl-I</name>
7
<desc>Show configuration dialog</desc>
8
<binding>
9
<command>nasal</command>
10
<script>rascal.dialog.toggle()</script>
11
</binding>
12
</key>
13
14
<key n="83">
15
<name>S</name>
16
<desc>Toggle smoke</desc>
17
<binding>
18
<command>property-toggle</command>
19
<property>sim/multiplay/generic/int[0]</property>
20
</binding>
21
</key>
22
23
</PropertyList>
24
25