pbi-ide/help/keyb.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">&pi;Basic Interpreter IDE</span></p>
<ul>
<li><code>CTRL+O</code> -&gt; 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> -&gt; save a file</li>
<li><code>CTRL+SHIFT+S</code> -&gt; save all opened files</li>
<li><code>CTRL+R</code> -&gt; run</li>
<li><code>CTRL+M</code> -&gt; <a href="aef.html">monitored run</a></li>
<li><code>CTRL+F</code> -&gt; <a href="aef.html">indent (auto-format)</a></li>
<li><code>CTRL+SHIFT+C</code> -&gt; <a href="aef.html">comment</a></li>
<li><code>CTRL+SHIFT+U</code> -&gt; <a href="aef.html">uncomment</a></li>
<li><code>CTRL+SPACE</code> -&gt; <a href="aef.html">activate content assistance</a></li>
</ul>