15 lines
985 B
HTML
15 lines
985 B
HTML
|
<h1 style="background: rgb(238, 238, 238); padding: 5px 10px; border: 1px solid rgb(204, 204, 204); border-image: none;">List of key-bindings</h1>
|
||
|
|
||
|
<p>The following list offers the key-bindings (shortcuts) of the <span class="nowrap" id="rcTB">πBasic Interpreter IDE</span></p>
|
||
|
|
||
|
<ul>
|
||
|
<li><code>CTRL+O</code> -> open a file (opens the </code>File Explorer</code>, then you have to open a file via double-click)</li>
|
||
|
<li><code>CTRL+S</code> -> save a file</li>
|
||
|
<li><code>CTRL+SHIFT+S</code> -> save all opened files</li>
|
||
|
<li><code>CTRL+R</code> -> run</li>
|
||
|
<li><code>CTRL+M</code> -> <a href="aef.html">monitored run</a></li>
|
||
|
<li><code>CTRL+F</code> -> <a href="aef.html">indent (auto-format)</a></li>
|
||
|
<li><code>CTRL+SHIFT+C</code> -> <a href="aef.html">comment</a></li>
|
||
|
<li><code>CTRL+SHIFT+U</code> -> <a href="aef.html">uncomment</a></li>
|
||
|
<li><code>CTRL+SPACE</code> -> <a href="aef.html">activate content assistance</a></li>
|
||
|
</ul>
|