Skip to content

Godot shortcuts starter pack

Posted on:August 10, 2024 at 03:50 PM

Shortcuts

ShortcutDescription
F6Build and run the project
F9Play the scene from the current position of the playhead
F8Pause the scene
Shift + F5Stop the scene
F7Play the scene from the beginning
F11Step back one frame
F12Step forward one frame
Ctrl + Shift + OOrganize the nodes in the scene tree
Ctrl + DDuplicate the selected node(s)
Ctrl + DeleteDelete the selected node(s)
F2Rename the selected node
Ctrl + FSearch for a node in the scene tree
Ctrl + SSave the scene
Ctrl + Shift + EOpen the script editor for the selected node
Shift + F1Open the help menu
Ctrl + KComment several lines of code in build-in editor (GDScript)