Skip to content

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.

ShortcutMacOS/LinuxWindowsDescription
Reset Game
Cmd + R
Ctrl + R
In development mode, you can reset a game to its initial state

Taking Screenshots

Capture an image of your game while it's running.

ShortcutMacOS/LinuxWindowsDescription
Capture Screenshot
Cmd + 1
Ctrl + 1
Saves a file called {PROJECT_NAME}-screenshot.png to the project root directory

Inspecting Spritesheets

Get detailed information about your game's internal spritesheet.

ShortcutMacOS/LinuxWindowsDescription
Capture Spritesheet
Cmd + 2
Ctrl + 2
Saves a file called {PROJECT_NAME}-spritesheet.png to the project root directory
Dump Spritesheet Data
Cmd + 3
Ctrl + 3
Saves a file called {PROJECT_NAME}-spritesheet.json to the project root directory