The Editor
Keyboard shortcuts
Work faster in the editor with shortcuts for selecting, duplicating, nudging, saving, and the command palette.
Last updated 2026-06-29
Once you're comfortable in the editor, keyboard shortcuts make everything quicker. On macOS, use Cmd wherever Ctrl is listed.
Command palette
The fastest way to find any action is the command palette: press Ctrl/Cmd + K, start typing, and run commands like undo, copy, or open a panel without hunting through menus.
Editing
| Shortcut | Action |
|---|---|
Ctrl/Cmd + Z | Undo |
Ctrl/Cmd + Shift + Z | Redo (also Ctrl + Y) |
Ctrl/Cmd + C | Copy the selected element |
Ctrl/Cmd + V | Paste |
Ctrl/Cmd + X | Cut |
Ctrl/Cmd + D | Duplicate the selected element |
Delete / Backspace | Delete the selected element |
Ctrl/Cmd + S | Save now |
Selecting
| Shortcut | Action |
|---|---|
Ctrl/Cmd + A | Select all |
Page Up | Select the parent (the container around the selection) |
Page Down | Select the first child inside the selection |
Ctrl/Cmd + Shift + L | Open the Layers panel |
Nudging position
With an element selected, the arrow keys move it by one pixel. Hold Shift with an arrow key to move it by ten pixels — handy for fine-tuning a positioned element.
| Shortcut | Action |
|---|---|
← ↑ → ↓ | Nudge the selected element 1px |
Shift + ← ↑ → ↓ | Nudge the selected element 10px |
While you're typing in a text element or a form field, these shortcuts step aside so they don't interfere with your typing.
Where to go next
- Selecting & moving elements — the actions these shortcuts trigger.
- Undo, redo & version history — going back in time.