Blender keyboard shortcuts

Blender is the leading free, open-source 3D suite covering modeling, sculpting, animation, simulation, rendering and video editing. It is famously keyboard-driven: nearly every operation from extruding a face to switching editors lives on a hotkey, so learning the default keymap is essential to working at production speed. This cheat sheet covers 100 default shortcuts for Windows and Mac.

General & Files

New fileCtrl+NCmd+N
Open fileCtrl+OCmd+O
SaveCtrl+SCmd+S
Save asCtrl+Shift+SCmd+Shift+S
UndoCtrl+ZCmd+Z
RedoCtrl+Shift+ZCmd+Shift+Z
Quit BlenderCtrl+QCmd+Q
Rename active itemF2F2
Search menu (find any operator)F3F3
Adjust last operation panelF9F9
Quick favorites menuQQ

3D Viewport Navigation

Front viewNumpad 1Numpad 1
Right viewNumpad 3Numpad 3
Top viewNumpad 7Numpad 7
Back / left / bottom viewCtrl+Numpad 1 / 3 / 7Ctrl+Numpad 1 / 3 / 7
Toggle perspective / orthographicNumpad 5Numpad 5
Camera viewNumpad 0Numpad 0
Frame selectedNumpad .Numpad .
Frame allHomeHome
Toggle local view (isolate selection)//
View pie menu``
Shading pie menuZZ
Toggle wireframe shadingShift+ZShift+Z
Toggle X-rayAlt+ZOption+Z

Selection

Select allAA
Deselect allAlt+AOption+A
Invert selectionCtrl+ICtrl+I
Box selectBB
Circle selectCC
Select linked under cursorLL
Select all linked to selectionCtrl+LCtrl+L
Select similar / groupedShift+GShift+G
Grow selectionCtrl+NumpadCtrl+Numpad
Shrink selectionCtrl+Numpad -Ctrl+Numpad -
Select edge loopAlt+ClickOption+Click
Select edge ringCtrl+Alt+ClickCtrl+Option+Click

Object Mode

Toggle Object / Edit modeTabTab
Mode pie menuCtrl+TabCtrl+Tab
Add object menuShift+AShift+A
Delete selectedXX
DuplicateShift+DShift+D
Linked (instanced) duplicateAlt+DOption+D
Join selected objectsCtrl+JCmd+J
Apply transform menuCtrl+ACtrl+A
Move to collectionMM
Hide selectedHH
Hide unselectedShift+HShift+H
Unhide allAlt+HOption+H
Parent to active objectCtrl+PCtrl+P
Clear parentAlt+POption+P
Snap 3D cursor to world originShift+CShift+C
Snap pie menuShift+SShift+S

Transform

Move (grab)GG
RotateRR
ScaleSS
Constrain to axis during transformX / Y / ZX / Y / Z
Constrain to plane (exclude axis)Shift+X / Y / ZShift+X / Y / Z
Precision mode during transformShift (hold)Shift (hold)
Snap during transformCtrl (hold)Ctrl (hold)
Clear locationAlt+GOption+G
Clear rotationAlt+ROption+R
Clear scaleAlt+SOption+S
Toggle proportional editingOO

Edit Mode (Mesh)

Vertex select mode11
Edge select mode22
Face select mode33
ExtrudeEE
Inset facesII
Bevel edgesCtrl+BCtrl+B
Loop cut and slideCtrl+RCtrl+R
Knife toolKK
Fill edge / faceFF
Merge menuMM
Rip verticesVV
Separate to new objectPP
Vertex menuCtrl+VCtrl+V
Edge menuCtrl+ECtrl+E
Face menuCtrl+FCtrl+F
Edge slideG, GG, G
Triangulate facesCtrl+TCtrl+T
Tris to quadsAlt+JOption+J
Recalculate normals outsideShift+NShift+N
UV unwrap menuUU

Animation & Timeline

Play / pause animationSpaceSpace
Insert keyframe menuII
Delete keyframe menuAlt+IOption+I
Next / previous frameRight / Left ArrowRight / Left Arrow
Next / previous keyframeUp / Down ArrowUp / Down Arrow
Jump to start / end of frame rangeShift+Left / Shift+Right ArrowShift+Left / Shift+Right Arrow

Rendering

Render imageF12F12
Render animationCtrl+F12Ctrl+F12
Show last renderF11F11

Interface & Editors

Toggle toolbarTT
Toggle sidebarNN
Maximize area toggleCtrl+SpaceCtrl+Space
Next / previous workspaceCtrl+Page Down / Page UpCtrl+Page Down / Page Up

Sculpt & Paint Modes

Adjust brush sizeFF
Adjust brush strengthShift+FShift+F
Invert brush strokeCtrl (hold)Ctrl (hold)
Smooth while sculptingShift (hold)Shift (hold)

Put your top Blender shortcuts on real keys

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

F3F3 Search menu One key that reaches every operator in Blender; the ultimate escape hatch when you forget a binding.
Ctrl+RCtrl+R Loop cut and slide The bread-and-butter topology tool in every modeling session.
TabTab Toggle Object / Edit mode Modelers flip between modes hundreds of times a day; a dedicated key next to transform macros keeps the flow.
F12F12 Render image Instant test renders on a physical button shorten the look-dev feedback loop.
Numpad .Numpad . Frame selected Snaps the view to whatever you are working on; painful on tenkeyless keyboards, perfect for a macropad.

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

See the macropads

Blender shortcut FAQs

How do I see and change keyboard shortcuts in Blender?
Open Edit, then Preferences and select the Keymap tab to browse, search and rebind every shortcut. You can also right-click almost any button or menu item and choose Assign Shortcut.
What do G, R and S do in Blender?
They are the core transform keys: G grabs (moves), R rotates and S scales the selection. Press X, Y or Z after any of them to lock the transform to an axis, and type a number to apply an exact value.
How do I switch between Object Mode and Edit Mode?
Press Tab with the mouse over the 3D viewport to toggle between Object and Edit mode on the active object. Ctrl+Tab opens a pie menu with all available modes, including Sculpt and Weight Paint.
What if my keyboard has no numpad for Blender's view shortcuts?
Enable Emulate Numpad in Preferences under Input. The number row 1, 3, 7, 5 and 0 then works as front, right, top, perspective toggle and camera view instead of switching select modes.
How do I search for a command I cannot remember in Blender?
Press F3 to open the operator search menu, type part of the command name and press Enter to run it. It works in every editor and is the fastest way to discover where a tool lives.