Godot Engine keyboard shortcuts
Godot's editor shortcuts move between workspaces, scenes, panels, and the 2D canvas. This record follows the default key mapping in the current Godot 4.6 manual and keeps tool, scene, and run commands together.
Windows, macOS, Linux · 34 shortcutsEditor and workspaces
Open help, switch editor workspaces, filter scenes, and change the editor view while building a project.
| Action | Windows | macOS | Linux |
|---|---|---|---|
| Open the documentation search | F1 | OptionSpace | F1 |
| Switch to the 2D workspace | CtrlF1 | CmdCtrl1 | CtrlF1 |
| Switch to the 3D workspace | CtrlF2 | CmdCtrl2 | CtrlF2 |
| Switch to the Script workspace | CtrlF3 | CmdCtrl3 | CtrlF3 |
| Toggle distraction-free mode | CtrlShiftF11 | CmdCtrlD | CtrlShiftF11 |
| Select the next scene tab | CtrlTab | CtrlTab | CtrlTab |
| Select the previous scene tab | CtrlShiftTab | CtrlShiftTab | CtrlShiftTab |
| Open a scene | CtrlO | CmdO | CtrlO |
| Close the current scene | CtrlShiftW | CmdShiftW | CtrlShiftW |
| Reopen the last closed scene | CtrlShiftT | CmdShiftT | CtrlShiftT |
| Save the current scene | CtrlS | CmdS | CtrlS |
| Filter files | CtrlAltP | OptionCmdP | CtrlAltP |
| Toggle the bottom panel | CtrlJ | CtrlJ | CtrlJ |
| Open the Output panel | CtrlJthenO | CtrlJthenO | CtrlJthenO |
Running and scenes
Run the project or current scene, stop execution, and make quick scene-tree changes during development.
| Action | Windows | macOS | Linux |
|---|---|---|---|
| Run the project | F5 | F5 | F5 |
| Run the current scene | F6 | F6 | F6 |
| Stop the running project | F8 | F8 | F8 |
| Add a node | CtrlA | CmdA | CtrlA |
| Duplicate the selected node | CtrlD | CmdD | CtrlD |
| Move the selected node up | CtrlUp | CmdUp | CtrlUp |
| Move the selected node down | CtrlDown | CmdDown | CtrlDown |
| Undo | CtrlZ | CmdZ | CtrlZ |
| Redo | CtrlShiftZ | CmdShiftZ | CtrlShiftZ |
2D canvas
Pan, zoom, select, transform, and snap objects while the 2D editor has focus.
| Action | Windows | macOS | Linux |
|---|---|---|---|
| Pan the canvas | Space | Space | Space |
| Zoom in | Ctrl= | Cmd= | Ctrl= |
| Zoom out | Ctrl- | Cmd- | Ctrl- |
| Reset the canvas zoom | Ctrl0 | Cmd0 | Ctrl0 |
| Select the selection tool | Q | Q | Q |
| Select the move tool | W | W | W |
| Select the rotate tool | E | E | E |
| Select the scale tool | S | S | S |
| Select the ruler tool | R | R | R |
| Toggle smart snap | ShiftS | ShiftS | ShiftS |
| Toggle grid snap | ShiftG | ShiftG | ShiftG |