Procreate Keyboard Shortcuts: Master Your iPad Workflow

A comprehensive guide to Procreate keyboard shortcuts for iPad, covering core actions like undo/redo, brush and color controls, layer management, and how to customize modifier combos for a faster, more efficient drawing workflow.

Shortcuts Lib
Shortcuts Lib Team
·5 min read
Quick AnswerDefinition

Procreate keyboard shortcuts let you perform common actions quickly when you attach a hardware keyboard to iPad. The essential set covers undo/redo, brush size and opacity, color picker, layer management, selection, transform, and navigation. This guide also explains how to customize modifier combos and map newer shortcuts to fit your workflow.

Core Concept: Why Shortcuts Matter in Procreate

In Procreate, speed is creativity. Keyboard shortcuts remove the friction of switching between tools and menus, enabling you to iterate faster. The Shortcuts Lib team analyzed how artists use a small starter set to accelerate daily tasks like undo/redo, brush adjustments, and layer work. By understanding how a hardware keyboard interacts with Procreate on iPad, you can design a repeatable workflow that scales from quick sketches to polished pieces.

Python
# Procreate shortcut map (starter) # This is a illustrative map to show structure, not a live binding sheet. shortcuts = { "undo": {"windows": "Ctrl+Z", "macos": "Cmd+Z"}, "redo": {"windows": "Ctrl+Shift+Z", "macos": "Cmd+Shift+Z"}, "new_canvas": {"windows": "Ctrl+N", "macos": "Cmd+N"}, "brush_tool": {"windows": "B", "macos": "B"} }
  • The map demonstrates how to group actions by category (undo/redo, creation, brush).
  • Use comments to explain the intent of each shortcut in your own learning notes.
  • Treat this as a living document you refine over weeks of practice.

As you begin, memorize the core set of actions and steadily add more shortcuts as you become comfortable. According to Shortcuts Lib, a focused starter set reduces tool-switch time and accelerates your creative loop.

text2agyieldinglongerreflections := null}

prerequisites_note":null}

Essential Undo/Redo and Quick Selection Shortcuts

Undo and redo form the backbone of any drawing workflow. In Procreate, quick access to Undo/Redo allows you to recover strokes without breaking your rhythm. This section presents the minimal, reliable set and explains how to extend the set with basic selection shortcuts, which can dramatically improve accuracy when adjusting shapes or refining lines. The following map is a practical starter you can adopt immediately, with inline explanations for each action.

JSON
{ "shortcuts": { "undo": {"windows": "Ctrl+Z", "macos": "Cmd+Z"}, "redo": {"windows": "Ctrl+Shift+Z", "macos": "Cmd+Shift+Z"} } }
  • These two actions are the most frequently used and provide a reliable safety net during the drawing process.
  • If your workflow requires quick selection, you can wire up a separate mapping later to capture common selection tasks.
Bash
# Quick export of current shortcut map for reference cat > procreate_shortcuts.txt << 'EOF' Undo: Ctrl+Z / Cmd+Z Redo: Ctrl+Shift+Z / Cmd+Shift+Z New Canvas: Ctrl+N / Cmd+N Brush: B / B Eraser: E / E Color Picker: I / I EOF cp procreate_shortcuts.txt /path/to/your/notes/ echo "Shortcut sheet created"

A practical tip is to keep a one-page cheat sheet by your workstation. Shortcuts Lib notes that consistency matters: every time you open Procreate, you should be able to recall a few core actions without pausing to think. This builds muscle memory more quickly than memorizing a long list of commands.

Steps

Estimated time: 60-90 minutes

  1. 1

    Set up your Procreate workspace

    Connect your keyboard and open a new canvas. Adjust your canvas size and resolution to your project needs. This step primes your environment for fast shortcuts.

    Tip: Keep your palette nearby and consider a custom tray for frequently used brushes.
  2. 2

    Memorize the core shortcuts

    Make a small, focused cheat sheet of Undo, Redo, New Canvas, Brush, and Eraser. Practice using them in sequence on a short sketch to build familiarity.

    Tip: Repeat in short bursts to build memory without fatigue.
  3. 3

    Introduce a basic tool-switch rhythm

    Use a single shortcut to switch between Brush and Eraser, then perform a quick Undo/Redo sequence to verify responsiveness.

    Tip: Aim for a 2–3 second loop from tool switch to stroke.
  4. 4

    Add color and layer controls

    Incorporate a color picker shortcut and a layer-related command into your routine. This reduces hand movement and keeps your drawing flow uninterrupted.

    Tip: Layer naming helps when you start combining multiple shortcuts.
  5. 5

    Create a personal shortcut map

    Document a small set of 6–8 shortcuts that match your workflow. Extend the map gradually as you grow confident.

    Tip: Consistency beats complexity; add new shortcuts only when you’re fluent with the existing set.
  6. 6

    Evaluate and iterate

    After a week of use, review which shortcuts you use most and which feel awkward. Refine your map accordingly.

    Tip: A focused trim keeps your map usable and efficient.
Pro Tip: Start with a 6–8 shortcut core and layer in additional actions every few days.
Warning: Avoid trying to memorize too many shortcuts at once; fragmentation slows you down.
Note: Create a dedicated, physical or digital quick-reference sheet for easy scanning.

Prerequisites

Required

  • iPad with iPadOS and Procreate installed
    Required
  • External hardware keyboard (Bluetooth or USB-C)
    Required
  • Basic familiarity with Procreate interface and layer system
    Required

Optional

  • A calm practice space and a simple project to work on
    Optional

Keyboard Shortcuts

ActionShortcut
UndoUndo last stroke or actionCtrl+Z
RedoRedo last undone actionCtrl++Z

Questions & Answers

Do I need an external keyboard to use Procreate shortcuts?

No, you can use Procreate without a keyboard, but a hardware keyboard dramatically speeds many common tasks. If you often switch tools or adjust brush settings, a keyboard is a worthwhile investment.

You can draw with Procreate without a keyboard, but a keyboard speeds many tasks.

Can I customize shortcuts in Procreate?

Procreate supports a set of keyboard shortcuts when an external keyboard is connected. While not all actions are configurable, you can tailor a practical core set and extend it gradually as you gain confidence.

Yes, you can customize a core set of shortcuts when using an external keyboard.

Which shortcuts work on iPad vs desktop?

Most iPad shortcuts are designed for Procreate on iPad with a keyboard. Desktop shortcuts may differ unless you’re using a compatible bridge or app. Always refer to the Procreate official guide for platform-specific mappings.

Shortcuts differ between iPad and desktop; check the official guide for each platform.

Is there a universal shortcut set for brushes or layers?

There is a practical, small set of shortcuts that covers brush switching, brush size, opacity, and layer access. You’ll typically start with a core trio and expand as needed.

There’s a basic, scalable shortcut set you can start with and grow over time.

How do I share or export my shortcut map for reviews?

You can export your shortcut map as a simple text or JSON file and share it with teammates or collaborators for feedback. Keep the file in a version-controlled notes folder.

You can export your shortcut map as a text or JSON file for sharing.

Main Points

  • Master Undo and Redo first
  • Map brush and color controls for rapid painting
  • Adopt a small, consistent shortcut set
  • Practice real-project workflows to reinforce memory

Related Articles