> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scanova.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Keyboard shortcuts

> Keyboard shortcuts for the page builder editor.

## Shortcuts reference

<Frame caption="The Keyboard Shortcuts tab inside the Help drawer">
  <img src="https://mintcdn.com/scanova-api/q8t3kzcRTgAP7jV0/images/v2/page-builder/keyboard-shortcuts/help-drawer-shortcuts-tab.png?fit=max&auto=format&n=q8t3kzcRTgAP7jV0&q=85&s=6d00fa40624f35116e173a514be9d454" alt="Keyboard Shortcuts tab in the page builder's Help drawer, listing Undo (Cmd Z), Redo (Cmd Shift Z), Copy selected block (Cmd C), Paste block (Cmd V), Toggle preview (Cmd backslash), Deselect / exit preview (Esc), and Toggle help (?)" width="1440" height="900" data-path="images/v2/page-builder/keyboard-shortcuts/help-drawer-shortcuts-tab.png" />
</Frame>

| Action                  | Mac         | Windows / Linux |
| ----------------------- | ----------- | --------------- |
| Undo                    | Cmd+Z       | Ctrl+Z          |
| Redo                    | Cmd+Shift+Z | Ctrl+Shift+Z    |
| Copy selected block     | Cmd+C       | Ctrl+C          |
| Paste block             | Cmd+V       | Ctrl+V          |
| Toggle preview          | Cmd+\\      | Ctrl+\\         |
| Deselect / exit preview | Esc         | Esc             |
| Toggle help             | ?           | ?               |

## Where to find this list in the app

Press **?** anywhere in the builder (with focus outside a text field) to open the **Help** drawer, then switch to its **Keyboard Shortcuts** tab.

<Note>
  **"?" opens the Help drawer, not a dedicated shortcuts modal.** The Help drawer normally shows a contextual help article for whatever's currently selected — a block, or the current page type. Pressing **?** toggles that same drawer open and closed; the shortcuts list above lives on its second tab, alongside the **Article** tab, rather than in a standalone popup.
</Note>

<Frame caption="Pressing '?' opens the Help drawer's Article tab by default">
  <img src="https://mintcdn.com/scanova-api/q8t3kzcRTgAP7jV0/images/v2/page-builder/keyboard-shortcuts/question-mark-help-drawer.png?fit=max&auto=format&n=q8t3kzcRTgAP7jV0&q=85&s=70acd216fe89ad94cda3e5a0f5ff27ac" alt="Help drawer opened via the question mark shortcut, showing its Article and Keyboard Shortcuts tabs, with the Article tab active describing the current Standard Page type" width="1440" height="900" data-path="images/v2/page-builder/keyboard-shortcuts/question-mark-help-drawer.png" />
</Frame>

## Notes

* **Undo** and **Redo** step through your edit history one action at a time — adding, removing, moving, and editing blocks all count. Both are also available as buttons in the canvas's floating toolbar (see [Page Builder overview](/page-builder/overview)).
* **Copy** captures the selected block, including its content and design settings. **Paste** inserts it below the current selection (or at the bottom of the page if nothing is selected).
* **Toggle preview** switches the canvas into a preview-style view — for example, the "Add your first block..." onboarding helper disappears from an empty page. It does **not** hide the right-hand inspector panel; the Content/Design/Event Tracking (or Settings/Design/SEO) tabs stay visible and usable while preview is toggled on.
* **Escape** exits preview mode, or deselects the current block if you're already in normal editing mode.

<Tip>
  Copy and paste is the fastest way to duplicate a block with the same settings — for example, several buttons with identical styling but different labels and links. Copy the first one, paste it, then just change the label and link on each copy.
</Tip>

## Related

* [Page Builder overview](/page-builder/overview) — the canvas toolbar where Undo/Redo also live as buttons.
* [Publishing](/page-builder/publishing) — what Toggle preview does relative to the draft/published states.
