> For the complete documentation index, see [llms.txt](https://docs.protoboard.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.protoboard.xyz/user-guide/keyboard-shortcuts.md).

# Keyboard Shortcuts

All keyboard shortcuts for faster canvas editing, navigation, and board management.

## Goal

Speed up your Protoboard workflow with keyboard shortcuts for common actions.

***

## All shortcuts

| Action                       | Windows / Linux    | macOS              |
| ---------------------------- | ------------------ | ------------------ |
| **Save Board**               | Ctrl+S             | Cmd+S              |
| **Undo**                     | Ctrl+Z             | Cmd+Z              |
| **Redo**                     | Ctrl+Shift+Z       | Cmd+Shift+Z        |
| **Redo** (alternate)         | Ctrl+Y             | N/A                |
| **Delete selected**          | Delete / Backspace | Delete / Backspace |
| **Copy**                     | Ctrl+C             | Cmd+C              |
| **Paste**                    | Ctrl+V             | Cmd+V              |
| **Navigate concept images**  | Arrow keys         | Arrow keys         |
| **Close image viewer**       | Escape             | Escape             |
| **Delete image** (in viewer) | Delete             | Delete             |

***

## Shortcut categories

{% tabs %}
{% tab title="Board management" %}

| Action     | Windows / Linux | macOS |
| ---------- | --------------- | ----- |
| Save Board | Ctrl+S          | Cmd+S |

Save frequently to protect your work. An asterisk (\*) in the title bar indicates unsaved changes.
{% endtab %}

{% tab title="Editing" %}

| Action           | Windows / Linux    | macOS              |
| ---------------- | ------------------ | ------------------ |
| Undo             | Ctrl+Z             | Cmd+Z              |
| Redo             | Ctrl+Shift+Z       | Cmd+Shift+Z        |
| Redo (alternate) | Ctrl+Y             | N/A                |
| Copy             | Ctrl+C             | Cmd+C              |
| Paste            | Ctrl+V             | Cmd+V              |
| Delete selected  | Delete / Backspace | Delete / Backspace |

Undo and redo work for **all operations** including part placement, connection changes, and property edits.
{% endtab %}

{% tab title="Concept images" %}

| Action          | Windows / Linux | macOS      |
| --------------- | --------------- | ---------- |
| Navigate images | Arrow keys      | Arrow keys |
| Close viewer    | Escape          | Escape     |
| Delete image    | Delete          | Delete     |

These shortcuts are active when the **concept image viewer** is open in the Board Identity tab.
{% endtab %}
{% endtabs %}

***

## Tips

{% hint style="info" %}
**Shortcuts are disabled when typing.** When your cursor is in a text input, textarea, or any editable field, keyboard shortcuts are automatically disabled so they do not interfere with your typing. Click outside the text field to re-enable shortcuts.
{% endhint %}

{% hint style="success" %}
**Build the Ctrl+S habit.** Quick Save is the single most important shortcut. Use it after every meaningful change: placing a part, configuring a harness, or completing a fix.
{% endhint %}

***

## Related pages

* [Canvas Basics](/user-guide/canvas-basics.md): canvas navigation and editing actions
* [Projects](/user-guide/projects.md): saving and board management
* [Planning](/user-guide/planning.md): concept image viewer navigation


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.protoboard.xyz/user-guide/keyboard-shortcuts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
