Updated July 2026 · 7 min read

Blender Keyboard Shortcuts: Complete Cheat Sheet (2026)

Blender is famously keyboard-driven — professional 3D artists rarely touch the menus. Learning its shortcuts is not optional; it's how the tool is designed to be used. This guide covers the shortcuts you'll use in every session, from viewport navigation to rendering.

Want the full interactive list? Visit the Blender shortcuts page to search and copy any shortcut.

Viewport Navigation

ActionShortcut
Front viewNumpad 1
Right side viewNumpad 3
Top viewNumpad 7
Toggle perspective / orthographicNumpad 5
Camera viewNumpad 0
Orbit viewportMiddle-click drag
Pan viewportShift + Middle-click
Zoom viewportScroll wheel
Frame selected objectNumpad .
Frame all objectsHome

Object Mode

ActionShortcut
Grab / MoveG
RotateR
ScaleS
Constrain to X axisG / R / S then X
Constrain to Y axisG / R / S then Y
Constrain to Z axisG / R / S then Z
Add objectShift + A
Delete objectX or Delete
Duplicate objectShift + D
Duplicate linkedAlt + D
Join objectsCtrl + J
Toggle Edit / Object modeTab
Apply transformationsCtrl + A
Hide objectH
Unhide allAlt + H

Edit Mode

ActionShortcut
Vertex select mode1
Edge select mode2
Face select mode3
Select all / deselect allA
Invert selectionCtrl + I
ExtrudeE
Loop cutCtrl + R
Inset facesI
BevelCtrl + B
Knife toolK
Fill faceF
Merge verticesM
SubdivideRight-click → Subdivide

General

ActionShortcut
UndoCtrl + Z
RedoCtrl + Shift + Z
Render frameF12
Render animationCtrl + F12
View last renderF11
Open search menuF3
Save fileCtrl + S
Open fileCtrl + O
Append from fileShift + F1

3 Power-User Tips

  1. Axis locking changes everything. G+X, R+Y, S+Z — constraining transforms to a single axis is how professional modellers work precisely. You can also type numbers after (e.g. G+Z+2) to move exactly 2 units.
  2. Tab is your fastest mode switch. The workflow loops: Tab into Edit Mode → edit → Tab back to Object Mode. Once this becomes muscle memory, Blender starts to feel natural.
  3. Numpad 5 is underused. Most beginners stay in perspective. Switching to orthographic (Numpad 5) for modelling tasks gives you accurate measurements and eliminates perspective distortion — critical for precise work.

Frequently Asked Questions

What is the most important Blender keyboard shortcut to learn first?

Learn G, R, and S first — Grab (move), Rotate, and Scale. These three shortcuts apply to almost everything in Blender. Press G then X/Y/Z to constrain movement to an axis, e.g. G+Z moves the object only up/down.

How do I add objects in Blender with a keyboard shortcut?

Press Shift+A to open the Add menu in any Blender viewport. This lets you add meshes (cube, sphere, plane, cylinder), lights, cameras, curves, and more. The menu appears at your cursor position.

What is the Blender shortcut to switch between Object and Edit mode?

Press Tab to toggle between Object Mode and Edit Mode. In Edit Mode you can select and modify vertices, edges, and faces. You can also press Ctrl+Tab to open the mode pie menu for more options.

How do I render my scene in Blender?

Press F12 to render a single frame of your scene. Press Ctrl+F12 to render the full animation. Press F11 to open the last rendered image. Your render settings (engine, resolution, samples) are in the Properties panel.

How do I change the viewport perspective in Blender?

Use the numpad to control the viewport: Numpad 1 (front), Numpad 3 (right side), Numpad 7 (top), Numpad 5 (toggle perspective/orthographic). Numpad 0 switches to camera view. Middle-click drag orbits the viewport.

Related Guides