Imported from Joplin

This commit is contained in:
dan
2021-10-29 14:50:40 -04:00
parent 71c1d08b0f
commit 71fc095075
90 changed files with 1844 additions and 0 deletions

26
pico-8/shortcuts.md Normal file
View File

@@ -0,0 +1,26 @@
Shortcuts
# Code Editor
- **Alt-Up/Down -** Go up/down a funion at a time
- **Ctrl-L -** Goto line number
- **Ctrl-Up/Down -** Move to the Very top/bottom
- **Ctrl-Left/Right -** Move left/right by one word
- **Ctrl-F -** Find
- **Ctrl-G -** Find Again
- **Ctrl-D -** Duplicate current line
- **Tab/Shift-Tab -** Indent/un-indent selected lines
- **Ctrl-Tab/Shift-Ctrl-Tab -** Move to next/previous code tab
# Sprite Editor
- **H/V -** Flip sprite horizontally/vertically
- **R -** Rotate clockwise
- **Q/W or -/= -** Move to the previous/next sprite
- **Shift-Q/Shift-W or _/+ -** Move one row of sprites back/forward
- **1/2 -** Move to the previous/next color
- **Arrow Keys -** - Loop
- **Mousewheel / </> -** zoom in/out
- **Space -** Pan
- **RIght Click -** Select color under Mouse
# Map Editor