Made some key combinations into <kbd> elements for better display.
This commit is contained in:
Родитель
0e4d7b2aec
Коммит
2db29db83b
|
@ -52,16 +52,12 @@ which will display all open scripts.</p>
|
|||
<p>There are also several related keyboard shortcuts available in the <strong>Sources</strong> panel:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>Continue</strong>: F8 or Command-/ (forward slash) on Mac or Control-/ (forward
|
||||
slash) on other platforms.</li>
|
||||
<li><strong>Step over</strong>: F10 or Command-' (apostrophe) on Mac or Control-' (apostrophe)
|
||||
on other platforms.</li>
|
||||
<li><strong>Step into</strong>: F11 or Command-; (semi-colon) on Mac or Control-; (semi-colon);
|
||||
on other platforms.</li>
|
||||
<li><strong>Step out</strong>: Shift-F11 or Shift-Command-; (semi-colon) on Mac or
|
||||
Shift-Control-; (semi-colon) on other platforms.</li>
|
||||
<li><strong>Next call frame</strong>: Control-. (period) on all platforms.</li>
|
||||
<li><strong>Previous call frame</strong>: Control-, (comma) on all platforms.</li>
|
||||
<li><strong>Continue</strong>: <kbd class="kbd">F8</kbd> or <kbd><kbd class="kbd">Command</kbd> + <kbd class="kbd">/</kbd></kbd> on Mac or <kbd><kbd class="kbd">Ctrl</kbd> + <kbd class="kbd">/</kbd></kbd> on other platforms.</li>
|
||||
<li><strong>Step over</strong>: <kbd class="kbd">F10</kbd> or <kbd><kbd class="kbd">Command</kbd>+<kbd class="kbd">'</kbd></kbd> on Mac or <kbd><kbd class="kbd">Ctrl</kbd>+<kbd class="kbd">'</kbd></kbd> on other platforms.</li>
|
||||
<li><strong>Step into</strong>: <kbd class="kbd">F11</kbd> or <kbd><kbd class="kbd">Command</kbd>+<kbd class="kbd">;</kbd></kbd> on Mac or <kbd><kbd class="kbd">Ctrl</kbd>+<kbd class="kbd">;</kbd></kbd> on other platforms.</li>
|
||||
<li><strong>Step out</strong>: <kbd><kbd class="kbd">Shift</kbd>+<kbd class="kbd">F11</kbd></kbd> or <kbd><kbd class="kbd">Shift</kbd>+<kbd class="kbd">Command</kbd>+<kbd class="kbd">;</kbd></kbd> on Mac or <kbd><kbd class="kbd">Shift</kbd>+<kbd class="kbd">Ctrl</kbd>+<kbd class="kbd">;</kbd></kbd> on other platforms.</li>
|
||||
<li><strong>Next call frame</strong>: <kbd><kbd class="kbd">Ctrl</kbd>+<kbd class="kbd">.</kbd></kbd> on all platforms.</li>
|
||||
<li><strong>Previous call frame</strong>: <kbd><kbd class="kbd">Ctrl</kbd>+<kbd class="kbd">,</kbd></kbd> on all platforms.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче