-
-
Notifications
You must be signed in to change notification settings - Fork 614
Hotkeys
TimotheeGreg edited this page Aug 23, 2023
·
41 revisions
ESC switch console/editor or open menu while in game
ESC+F1 switch to editor while in game
ALT+~ show console
ALT+1/F1 show code editor
ALT+2/F2 show sprite editor
ALT+3/F3 show map editor
ALT+4/F4 show sfx editor
ALT+5/F5 show music editor
CTRL+PGUP/PGDOWN switch to previous/next editor mode (0.70.0)
F11/ALT+ENTER fullscreen/window mode
CTRL+R/ENTER run current project
CTRL+X/C/V cut/copy/paste in the editors
CTRL+S save cart
ARROWS navigate in sprite editor, move map in map editor, navigate music tracker
[] choose previous/next palette color in the sprite editor
-/= change brush size in the sprite editor
SHIFT show spritesheet in map editor
CTRL+Z/Y undo/redo changes
CTRL+F find in code editor
CTRL+G go to line in code editor
CTRL+TAB indent line in code editor
CTRL+SHIFT+TAB unindent line in code editor
CTRL+O show code outline
F6 toggle CRT filter
F7 assign cover image
F8 take a screenshot
F9 start/stop GIF video recording
SHIFT+ENTER play pattern from cursor position in the music editor
CTRL+P/N move to previous/next line
The F1-F5 hotkeys for editors work in the menu: press ESC+F1 to go from game to code editor.
More ways to assign cover image here.
With some 3rd party software it's also possible to use these same keys on Android.
Hotkeys for code editor emacs mode are described here
TIC-80 tiny computer https://tic80.com | Twitter | Telegram | Terms
Built-in Editors
Console
Platform
RAM & VRAM | Display | Palette | Bits per Pixel (BPP) |
.ticFormat | Supported Languages
Other
Tutorials | Code Snippets | Libraries | External Tools | FFT
API
- BDR (0.90)
- BOOT (1.0)
- MENU
- OVR (deprecated)
- SCN (deprecated)
- TIC
- btn & btnp
- circ & circb
- clip
- cls
- elli & ellib (0.90)
- exit
- fget & fset (0.80)
- font
- key & keyp
- line
- map
- memcpy & memset
- mget & mset
- mouse
- music
- peek, peek4
- peek1, peek2 (1.0)
- pix
- pmem
- poke, poke4
- poke1, poke2 (1.0)
- rect & rectb
- reset
- sfx
- spr
- sync
- ttri (1.0)
- time
- trace
- tri & trib (0.90)
- tstamp (0.80)
- vbank (1.0)