A complete reference of the keyboard shortcuts in Scamp.
Tools
| Shortcut |
Action |
| V |
Select tool |
| R |
Rectangle tool |
| T |
Text tool |
| I |
Image tool |
| F |
Input tool (forms, textarea, and select) |
Actions
| Shortcut |
Action |
| Cmd+D |
Duplicate the selected element |
| Delete or Backspace |
Delete the selected element |
| Cmd+G |
Group the selected elements |
| Cmd+Shift+G |
Ungroup the selected group |
| Cmd+C |
Copy the selection |
| Cmd+X |
Cut the selection (one undo step) |
| Cmd+Shift+C |
Copy a one-line description of the selection for an AI agent |
| Cmd+V |
Paste, offset slightly from where it was copied |
| Cmd+Shift+V |
Paste in place, at the copied position |
| Cmd+Z |
Undo |
| Cmd+Shift+Z |
Redo |
| Cmd+S |
Save (commits CSS editor changes) |
| Arrow keys |
Nudge the selected element by 1 px |
| Shift+Arrow |
Nudge by 10 px |
Zoom
| Shortcut |
Action |
| Cmd+= |
Zoom in |
| Cmd+- |
Zoom out |
| Cmd+0 |
Reset zoom to fit |
Panels
| Shortcut |
Action |
| Ctrl+` |
Show or hide the built-in terminal |
| Cmd+P |
Open preview mode |
Panel actions
| Shortcut |
Action |
| Right-click a section's override dot |
Reset every override in that section at the active breakpoint |
| Right-click an element and select Copy context for agent |
Same as Cmd+Shift+C, for the element you clicked |
Notes
- On Windows and Linux, replace Cmd with Ctrl.
- Tool shortcuts (V, R, T, I, and F) work only when a
text input or the CSS editor doesn't have focus.
- For context on each shortcut, see the feature pages: Canvas,
Undo, redo, and history, Terminal,
Breakpoints, and Work with AI agents.