The editor’s shortcuts are provided by opt-in plugins and registered through a
ShortcutRegistry, so an app can remap or disable any of them. The drop-in shell
enables the built-in set below by default.
Note
On macOS, Ctrl matches Cmd — the combo parser treats Ctrl as the primary
modifier cross-platform. Shortcuts are also suppressed while you type in a text
field, so Ctrl+C/Ctrl+V do native text copy/paste there.
Shortcut Action Ctrl+ZUndo last command Ctrl+YRedo (Windows idiom) Ctrl+Shift+ZRedo (macOS / Linux idiom) Ctrl+XCut selection Ctrl+CCopy selection Ctrl+VPaste Ctrl+Shift+VPaste in place Ctrl+DDuplicate selection
Shortcut Action Ctrl+GGroup selection Ctrl+Shift+GUngroup focused selection
Shortcut Action Ctrl+ASelect all objects on the active page Arrow keysNudge selection Shift + Arrow keysNudge selection (larger step) DeleteDelete selection
Shortcut Action Ctrl+Shift+STake a snapshot of the current document Ctrl+Alt+ZRestore the most recent snapshot
Shortcut Action Ctrl+SSave workspace (.svge)
Press a key to switch tools. The tools palette also shows each key as a tooltip.
Key Tool VSelect ADirect Select BPen PPencil RRectangle EEllipse YPolygon TText IEyedropper CKnife SSmooth GGradient WWidth OSymbol Sprayer Shift+OPage (Artboard)
See Tools for what each tool does. Some features
register their own shortcuts (for example, Find & Replace).