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

# Hotkeys

> Keyboard shortcuts for building workflows faster in Dify

Speed up your workflow building with keyboard shortcuts.

<Tip>
  **[Go to Anything](/en/cloud/use-dify/build/goto-anything)**: Press `Cmd+K` (macOS) or `Ctrl+K` (Windows) anywhere in Dify to find and jump to almost anything.

  * Type `@` to search apps, integrations, knowledge bases, or workflow nodes.
  * Type `/` to run a command like `/docs`, `/theme`, or `/language`.

  <Frame>
    <img src="https://mintcdn.com/dify-6c0370d8/W-660XSNevX1HYUo/images/use-dify/workflow/command-k.gif?s=0aa78ba7f8434301439c4867dae00ff8" alt="Go to Anything Search Interface" width="800" height="561" data-path="images/use-dify/workflow/command-k.gif" />
  </Frame>
</Tip>

## Selection and Editing

With one or more nodes selected on the canvas:

| Windows        | macOS          | Action                                             |
| :------------- | :------------- | :------------------------------------------------- |
| `Ctrl` + `C`   | `Cmd` + `C`    | Copy                                               |
| `Ctrl` + `V`   | `Cmd` + `V`    | Paste                                              |
| `Ctrl` + `D`   | `Cmd` + `D`    | Duplicate                                          |
| `Delete`       | `Delete`       | Delete selected nodes or edges                     |
| `Shift` (hold) | `Shift` (hold) | Highlight the selected node's variable connections |

## Canvas Modes

| Windows | macOS | Action                |
| :------ | :---- | :-------------------- |
| `V`     | `V`   | Pointer mode (select) |
| `H`     | `H`   | Hand mode (pan)       |
| `C`     | `C`   | Comment mode          |

## Zoom and Layout

| Windows       | macOS         | Action         |
| :------------ | :------------ | :------------- |
| `Ctrl` + `1`  | `Cmd` + `1`   | Zoom to fit    |
| `Ctrl` + `=`  | `Cmd` + `=`   | Zoom in        |
| `Ctrl` + `-`  | `Cmd` + `-`   | Zoom out       |
| `Shift` + `1` | `Shift` + `1` | Zoom to 100%   |
| `Shift` + `5` | `Shift` + `5` | Zoom to 50%    |
| `Ctrl` + `O`  | `Cmd` + `O`   | Organize nodes |

## History

| Windows                | macOS                 | Action |
| :--------------------- | :-------------------- | :----- |
| `Ctrl` + `Z`           | `Cmd` + `Z`           | Undo   |
| `Ctrl` + `Y`           | `Cmd` + `Y`           | Redo   |
| `Ctrl` + `Shift` + `Z` | `Cmd` + `Shift` + `Z` | Redo   |

## Testing

| Windows     | macOS          | Action   |
| :---------- | :------------- | :------- |
| `Alt` + `R` | `Option` + `R` | Test run |
