Unity Editor keyboard shortcuts

Unity is the most widely used game engine, and its editor is a dense multi-window workspace of Scene, Game, Hierarchy, Inspector, and Project views. The default shortcuts cover transform tools, scene navigation, play mode, and window switching. Internalizing Q/W/E/R/T and the Ctrl+number window keys makes level editing dramatically faster. This cheat sheet covers 51 default shortcuts for Windows and Mac.

Transform Tools

View (hand) toolQQ
Move toolWW
Rotate toolEE
Scale toolRR
Rect transform toolTT
Combined move/rotate/scale toolYY
Toggle pivot / center handle positionZZ
Toggle local / global handle orientationXX
Vertex snapping (hold while dragging)VV

Scene View & Selection

Frame selected objectFF
Frame selected and follow itShift+FShift+F
Move scene cameraArrow keysArrow keys
Hide/show selected object (scene visibility)HH
Toggle isolation on selectionShift+HShift+H
Select allCtrl+ACmd+A
Focus search fieldCtrl+FCmd+F

GameObjects

New empty GameObjectCtrl+Shift+NCmd+Shift+N
New empty child GameObjectAlt+Shift+NOption+Shift+N
DuplicateCtrl+DCmd+D
Delete selected objectDeleteCmd+Delete
Rename selected objectF2Return
Open Add Component menuCtrl+Shift+ACmd+Shift+A
Toggle GameObject active stateAlt+Shift+AOption+Shift+A
Align selected object with scene viewCtrl+Shift+FCmd+Shift+F
Move selected object to scene view positionCtrl+Alt+FCmd+Option+F

Editing

UndoCtrl+ZCmd+Z
RedoCtrl+YCmd+Shift+Z
CutCtrl+XCmd+X
CopyCtrl+CCmd+C
PasteCtrl+VCmd+V
Paste as childCtrl+Shift+VCmd+Shift+V

Play Mode

Enter / exit play modeCtrl+PCmd+P
Pause play modeCtrl+Shift+PCmd+Shift+P
Step one frameCtrl+Alt+PCmd+Option+P
Maximize focused windowShift+SpaceShift+Space

Windows

Scene viewCtrl+1Cmd+1
Game viewCtrl+2Cmd+2
InspectorCtrl+3Cmd+3
HierarchyCtrl+4Cmd+4
Project windowCtrl+5Cmd+5
Animation windowCtrl+6Cmd+6
ProfilerCtrl+7Cmd+7
ConsoleCtrl+Shift+CCmd+Shift+C

Project & Build

New sceneCtrl+NCmd+N
Open sceneCtrl+OCmd+O
Save sceneCtrl+SCmd+S
Save scene asCtrl+Shift+SCmd+Shift+S
Refresh / reimport assetsCtrl+RCmd+R
Build and runCtrl+BCmd+B
Open Build SettingsCtrl+Shift+BCmd+Shift+B
Open Preferencesno defaultCmd+,

Put your top Unity Editor shortcuts on real keys

The five Unity Editor actions most worth binding to a physical macropad key:

Ctrl+PCmd+P Enter / exit play mode The test-iterate loop is the heartbeat of game dev; hit it hundreds of times a day.
FF Frame selected object Instantly recenters the scene camera on whatever you are working on.
Ctrl+DCmd+D Duplicate Level building is mostly duplicating and repositioning objects.
Ctrl+Shift+CCmd+Shift+C Console First stop after every error or debug log; a chord worth flattening to one key.
Ctrl+SCmd+S Save scene Unity crashes are legend; a big physical save key builds the reflex.

I hand-build small-batch programmable macropads (QMK/VIA) in Barcelona. One press, any shortcut, any app.

See the macropads

Unity Editor shortcut FAQs

What are the Q W E R T Y keys in Unity?
They select the transform tools: Q is the view/hand tool, W move, E rotate, R scale, T rect transform, and Y the combined move/rotate/scale tool.
How do I enter play mode in Unity with the keyboard?
Press Ctrl+P (Cmd+P on Mac). Ctrl+Shift+P pauses, and Ctrl+Alt+P advances a single frame while paused.
How do I focus the camera on an object in Unity?
Select the object and press F with the Scene view active. Shift+F locks the camera to the object so it follows while the object moves.
Can I customize Unity's keyboard shortcuts?
Yes. The Shortcuts Manager (Edit > Shortcuts, or Unity > Shortcuts on Mac) lets you rebind almost every editor command and save profiles.
What is the shortcut for the Unity console?
Ctrl+Shift+C on Windows, Cmd+Shift+C on Mac. The other main windows use Ctrl/Cmd+1 through 7.