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

# Keyboard shortcuts

> Every keyboard shortcut available in the Feedal Studio.

The Studio supports keyboard shortcuts for the most common editing actions. Shortcuts work anywhere in the Studio unless your cursor is inside a text input or textarea.

***

## Global shortcuts

These shortcuts work across all three Studio tabs (Content, Workflow, Connect).

| Action               | Mac               | Windows / Linux    |
| -------------------- | ----------------- | ------------------ |
| **Save draft**       | `Cmd + S`         | `Ctrl + S`         |
| **Undo**             | `Cmd + Z`         | `Ctrl + Z`         |
| **Redo**             | `Cmd + Shift + Z` | `Ctrl + Shift + Z` |
| **Redo** (alternate) | `Cmd + Y`         | `Ctrl + Y`         |

***

## Content tab — canvas navigation

These shortcuts work in the Content tab when the cursor is **not** inside a text input or textarea.

| Action                   | Key            |
| ------------------------ | -------------- |
| **Select previous node** | `↑` Arrow Up   |
| **Select next node**     | `↓` Arrow Down |

<Tip>
  Arrow navigation follows the order of nodes in the left sidebar — Start
  Screens first, then Questions, then Endings.
</Tip>

***

## Workflow tab — canvas shortcuts

| Action                           | Key      |
| -------------------------------- | -------- |
| **Delete selected node or edge** | `Delete` |

***

## Notes

* All `Cmd` shortcuts use `Ctrl` on Windows and Linux.
* Shortcuts are disabled when the cursor is inside any `<input>` or `<textarea>` to avoid interfering with typing.
* The browser's native undo (`Cmd/Ctrl + Z`) is suppressed inside the Studio — undo always applies to the form graph, not to browser state.
