Skip to content

Commit 9c2ea54

Browse files
authored
Added Shortcuts introduced in PICO-8 0.1.12 (#9)
Added Shortcuts introduced in PICO-8 0.1.12
2 parents b34a7b7 + 3882c43 commit 9c2ea54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,12 +589,16 @@ <h5><u>code editor</u></h5>
589589
<dt><strong>unindent</strong>:</dt> <dd><kbd>shift + tab</kbd></dd>
590590
<dt><strong>duplicate line</strong>:</dt> <dd><kbd>ctrl + d</kbd></dd>
591591
<dt><strong>search</strong>:</dt> <dd><kbd>ctrl + f</kbd></dd>
592+
<dt><strong>search across tabs</strong>:</dt> <dd><kbd>ctrl + h</kbd></dd>
592593
<dt><strong>repeat search</strong>:</dt> <dd><kbd>ctrl + g</kbd></dd>
593594
<dt><strong>navigate functions</strong>:</dt> <dd><kbd>alt + up</kbd> / <kbd>alt + down</kbd></dd>
594595
<dt><strong>start / end of code</strong>:</dt> <dd><kbd>ctrl + up</kbd> / <kbd>ctrl + down</kbd></dd>
595596
<dt><strong>button glyphs</strong>:</dt> <dd><kbd>shift + l, r, u, d, x, o</kbd></dd>
596597
<dt><strong>icons</strong>:</dt> <dd><kbd>shift + qwetyipasfghjkzcvbnm</kbd></dd>
597598
<dt><strong>glyph mode</strong>:</dt> <dd><kbd>ctrl + k</kbd></dd>
599+
<dt><strong>toggle commenting</strong>:</dt> <dd><kbd>ctrl + b</kbd></dd>
600+
<dt><strong>jump to start of line</strong>:</dt> <dd><kbd>ctrl + w</kbd></dd>
601+
<dt><strong>jump to end of line</strong>:</dt> <dd><kbd>ctrl + e</kbd></dd>
598602
</dl>
599603

600604
<h5><u>sfx / music editor</u></h5>

0 commit comments

Comments
 (0)