List of Blender Shortcuts: Master Your Workflow

Discover the essential list of blender shortcuts to speed up modeling, shading, and animation. Learn global shortcuts, navigation, and transformation, plus practical tips for customizing your keymap for faster workflows.

BlendHowTo
BlendHowTo Team
·5 min read
Blender Shortcuts Quickstart - BlendHowTo
Quick AnswerSteps

Use these Blender shortcuts to speed up modeling, shading, and animation. Step 1: learn global navigations like A to select all, G to grab, R to rotate, S to scale. Step 2: duplicate with Shift+D and delete with X. Step 3: undo with Ctrl+Z (Cmd+Z on Mac). Step 4: customize keymaps in Preferences > Keymap. Practice daily to build muscle memory.

Why shortcuts matter in Blender workflows

Shortcuts are the fastest way to navigate Blender's complex UI. A well-chosen list of blender shortcuts accelerates modeling, shading, and animation by reducing hand motion and cognitive load. This section introduces the core ideas behind an effective shortcut set and explains how to assess your own needs. Below is a starter cheat sheet you can adapt to your projects.

Python
# Starter shortcut cheat sheet data structure shortcuts = [ {"action": "Select All", "keys": "A"}, {"action": "Grab/Move", "keys": "G"}, {"action": "Rotate", "keys": "R"}, {"action": "Scale", "keys": "S"}, {"action": "Duplicate", "keys": "Shift+D"}, {"action": "Delete", "keys": "X"}, ] print(shortcuts)

Beyond the code, consider grouping shortcuts by workflow (Modeling, Sculpting, Animation) and learning a small, consistent core first. This reduces overwhelm and builds reliable habits across sessions.

windows_mac_compatibility_note”:“Note: Many global shortcuts overlap across Windows and macOS. When documenting, prefer the cross-platform keys (A, G, R, S, X, Z) and reserve platform-specific combos for clipboard or system actions.”},

Steps

Estimated time: 25-40 minutes

  1. 1

    Identify your workflow goals

    Clarify the main tasks you perform in Blender (modeling, texturing, rigging, animation) and list the core actions you perform most often. Create a small personal goals checklist for your shortcuts—start with 6–8 keys that map to frequent tasks.

    Tip: List 2–3 tasks you perform in every project and map each to a single, memorable key.
  2. 2

    Create a master shortcut cheat sheet

    Build a central reference that covers the 6–12 most-used shortcuts across your workflows. Use a simple data structure (CSV/JSON) you can print or export to a note app.

    Tip: Keep it laser-focused on your daily tasks rather than every possible key.
  3. 3

    Practice in a blank scene

    Open a fresh Blender file and perform a sequence of actions using only shortcuts. This builds recall and reduces reliance on the mouse for routine steps.

    Tip: Start with navigation and selection before moving to transform operations.
  4. 4

    Test in different modes

    Switch between Object Mode and Edit Mode to ensure your shortcuts work consistently. Validate that core actions function in both modes.

    Tip: If a shortcut only works in one mode, consider a mode-agnostic version or a separate map.
  5. 5

    Customize your keymap

    Adjust Blender Preferences > Keymap to tailor shortcuts to your comfort. Keep a backup of the modified keymap.

    Tip: Don’t remap core editing keys that would clash with OS shortcuts.
  6. 6

    Export and share your shortcut map

    Export your keymap so teammates or collaborators can adopt your setup. Provide a brief guide for others to import and adjust.

    Tip: Document any platform-specific differences for macOS vs Windows.
Pro Tip: Use a single-page cheat sheet you can reference during work sessions.
Warning: Avoid remapping essential OS shortcuts in a way that clashes with Blender actions.
Note: Create per-workspace mappings ( Modeling, Sculpting, Rendering ) for faster access.

Prerequisites

Required

Optional

  • A blank Blender project to practice on
    Optional
  • Optional: a note-taking tool to build your cheat sheet
    Optional
  • Optional: a text editor to customize and export keymaps
    Optional

Keyboard Shortcuts

ActionShortcut
Select all / deselectToggle selection in 3D ViewA
Grab/MoveMove selected object or verticesG
RotateRotate around pivotR
ScaleScale along axesS
DuplicateCreate a copy of the selection+D
DeleteDelete selectionX
UndoReverse last actionCtrl+Z
RedoReapply last undone actionCtrl++Z
HideHide selection in viewH
Show HiddenReveal hidden objectsAlt+H
Frame AllFrame all objects in viewHome
View SelectedCenter view on current selectionNumpad .
Switch to Edit ModeToggle between Object and Edit mode
Toggle Viewport ShadingCycle shading modes (Wireframe/Solid/Rendered)Z

Frequently Asked Questions

Can I customize Blender shortcuts?

Yes. You can customize keymaps in Blender's Preferences under Keymap. Save and, if needed, export/import your customized maps to reuse across projects or machines.

Yes. You can customize keymaps in Blender’s Preferences and export them for reuse.

How can I view a shortcut cheat sheet while working?

Keep a printable cheat sheet nearby or store a digital copy in your notes app. You can generate a simple JSON/CSV cheat sheet and quickly reference it during sessions.

Keep a cheat sheet handy or print a quick reference while you work.

Do shortcuts differ between Blender versions?

Core shortcuts stay largely consistent across versions, but small changes in tool access or new features may adjust exact key bindings. Always check the current version’s Keymap reference.

Most core shortcuts stay the same, but some bindings can change with new Blender versions.

How do I reset keymaps to default?

You can reset to Blender’s factory keymap from Preferences > Keymap by loading the default configuration. It’s best to back up your current maps first.

Reset to default in the Keymap preferences and back up your changes.

Can I export/import keymaps across devices?

Yes. Blender allows exporting and importing keymap configurations, which makes it easy to migrate your setup between computers or share with teammates.

Yes, you can export/import your keymaps to move setups between devices.

What if I have accessibility needs?

Adjust key mappings to match comfort and accessibility. Keep frequently used keys within easy reach and consider using macros or custom scripts to reduce finger strain.

Customize shortcuts to fit your accessibility needs and comfort.

What to Remember

  • Master core shortcuts to speed up Blender tasks
  • memorize A, G, R, S, Shift+D, X, and Undo/Redo
  • Customize keymaps in Preferences > Keymap
  • Export shortcut maps to share with others
  • Practice regularly to build muscle memory

Related Articles