Imported from Joplin
This commit is contained in:
26
pico-8/shortcuts.md
Normal file
26
pico-8/shortcuts.md
Normal 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
|
||||
Reference in New Issue
Block a user