> For the complete documentation index, see [llms.txt](https://craft-agent.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://craft-agent.gitbook.io/home/tips-and-tricks/keyboard-shortcuts.md).

# Keyboard Shortcuts

Speed up your workflow building with these shortcuts.

## Canvas

| Shortcut               | Action                             |
| ---------------------- | ---------------------------------- |
| `⌘/Ctrl + Z`           | Undo                               |
| `⌘/Ctrl + Shift + Z`   | Redo                               |
| `⌘/Ctrl + S`           | Save workflow                      |
| `⌘/Ctrl + D`           | Duplicate selected node            |
| `Delete` / `Backspace` | Delete selected node or connection |
| `Escape`               | Deselect all / Close panel         |

## Navigation

| Shortcut           | Action                |
| ------------------ | --------------------- |
| `Space + Drag`     | Pan the canvas        |
| `Scroll` / `Pinch` | Zoom in / out         |
| `⌘/Ctrl + 0`       | Reset zoom to 100%    |
| `⌘/Ctrl + 1`       | Fit all nodes in view |

## Workflow

| Shortcut         | Action       |
| ---------------- | ------------ |
| `⌘/Ctrl + Enter` | Run workflow |
| `⌘/Ctrl + N`     | New workflow |

***

> **Tip:** Learning even a few shortcuts can dramatically speed up your workflow building.
