Design Mode

Keyboard shortcuts

Most of Design Mode is built around keyboard-driven iteration. These are the shortcuts worth knowing.

Selection & navigation

Click any element to select. ↑ / ↓ walks the DOM tree (parent / child). ← / → walks siblings. Escape clears the selection.

Undo & redo

Cmd/Ctrl + Z undoes the last style, text, or DOM change. Cmd/Ctrl + Shift + Z redoes it. Every change in the Changes tab is reversible individually too.

Screenshot

Cmd/Ctrl + Shift + S captures the visible tab to clipboard (or downloads, depending on the capture mode in Settings).

Send to agent

Cmd/Ctrl + Enter from the panel sends the current change set to your connected AI agent over MCP. Only fires if an agent is attached.

Related docs