Files
wiki/pico-8/shortcuts.md
2021-10-29 14:50:40 -04:00

27 lines
807 B
Markdown

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