Keyboard Shortcuts
Like a Wario Stadium triple hop... but for your fingies
Overview
Some developers reach for a mouse. Others master the keys.
Turbo’s built-in keyboard shortcuts let you reset game state, capture screenshots, and inspect your project’s internals — all without breaking flow. Whether you’re testing quickly or debugging visuals, these shortcuts are designed for speed.
Resetting Game State
Reset your game without closing the window.
Shortcut | MacOS/Linux | Windows | Description |
---|---|---|---|
Reset Game |
|
| In development mode, you can reset a game to its initial state |
Taking Screenshots
Capture an image of your game while it's running.
Shortcut | MacOS/Linux | Windows | Description |
---|---|---|---|
Capture Screenshot |
|
| Saves a file called {PROJECT_NAME}-screenshot.png to the project root directory |
Inspecting Spritesheets
Get detailed information about your game's internal spritesheet.
Shortcut | MacOS/Linux | Windows | Description |
---|---|---|---|
Capture Spritesheet |
|
| Saves a file called {PROJECT_NAME}-spritesheet.png to the project root directory |
Dump Spritesheet Data |
|
| Saves a file called {PROJECT_NAME}-spritesheet.json to the project root directory |