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

# Keyboard shortcuts

> Use the shortcuts implemented by the dashboard, command palette, and workflow editor.

Use Control on Windows/Linux and Command on macOS-style keyboard handling where shown.

| Context                | Shortcut                  | Action                                                                     |
| ---------------------- | ------------------------- | -------------------------------------------------------------------------- |
| Any non-editor view    | `Ctrl/⌘ K`                | Toggle the command palette.                                                |
| Workflows              | `/`                       | Focus workflow search when focus is not inside an input.                   |
| Workflow editor        | `Ctrl/⌘ K`                | Open the node picker.                                                      |
| Workflow editor        | `A`                       | Open the node picker when focus is not in a form control.                  |
| Workflow editor        | `Ctrl/⌘ S`                | Save the workflow.                                                         |
| Workflow editor        | `Ctrl/⌘ Enter`            | Run the workflow.                                                          |
| Workflow editor        | `Ctrl/⌘ D`                | Duplicate the selected node.                                               |
| Workflow editor        | `Ctrl/⌘ Z`                | Undo.                                                                      |
| Workflow editor        | `Ctrl/⌘ Shift Z`          | Redo.                                                                      |
| Workflow editor        | `Delete` / `Backspace`    | Remove the selected node, subject to confirmation.                         |
| Workflow editor        | `Escape`                  | Clear selection or close the node picker; in a form field, blur the field. |
| Command palette        | `↑` / `↓`, `Home` / `End` | Move through available commands.                                           |
| Command palette        | `Enter`                   | Run the selected command.                                                  |
| Command palette/dialog | `Escape`                  | Close.                                                                     |

For complete graph editing without dragging, use [Accessible editor](/workflows/accessible-editor).
