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

# Shortcut Key

The Chatflow / Workflow application orchestration page supports the following shortcut keys to help you improve the efficiency of orchestration blocks.

<table>
  <thead>
    <tr>
      <th>Windows</th>
      <th>macOS</th>
      <th>Explanation</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>Ctrl + C</td>
      <td>Command + C</td>
      <td>Copy blocks</td>
    </tr>

    <tr>
      <td>Ctrl + V</td>
      <td>Command + V</td>
      <td>Paste blocks</td>
    </tr>

    <tr>
      <td>Ctrl + D</td>
      <td>Command + D</td>
      <td>Duplicate blocks</td>
    </tr>

    <tr>
      <td>Ctrl + O</td>
      <td>Command + O</td>
      <td>Organize blocks</td>
    </tr>

    <tr>
      <td>Ctrl + Z</td>
      <td>Command + Z</td>
      <td>Undo</td>
    </tr>

    <tr>
      <td>Ctrl + Y</td>
      <td>Command + Y</td>
      <td>Redo</td>
    </tr>

    <tr>
      <td>Ctrl + Shift + Z</td>
      <td>Command + Shift + Z</td>
      <td>Redo</td>
    </tr>

    <tr>
      <td>Ctrl + 1</td>
      <td>Command + 1</td>
      <td>Canvas fits view</td>
    </tr>

    <tr>
      <td>Ctrl + (-)</td>
      <td>Command + (-)</td>
      <td>Canvas zooms out</td>
    </tr>

    <tr>
      <td>Ctrl + (=)</td>
      <td>Command + (=)</td>
      <td>Canvas zooms in</td>
    </tr>

    <tr>
      <td>Shift + 1</td>
      <td>Shift + 1</td>
      <td>Resets canvas view to 100%</td>
    </tr>

    <tr>
      <td>Shift + 5</td>
      <td>Shift + 5</td>
      <td>Scales canvas to 50%</td>
    </tr>

    <tr>
      <td>H</td>
      <td>H</td>
      <td>Canvas toggles to Hand mode</td>
    </tr>

    <tr>
      <td>V</td>
      <td>V</td>
      <td>Canvas toggles to Pointer mode</td>
    </tr>

    <tr>
      <td>Delete/Backspace</td>
      <td>Delete/Backspace</td>
      <td>Delete selected blocks</td>
    </tr>

    <tr>
      <td>Alt + R</td>
      <td>Option + R</td>
      <td>Workflow starts to run</td>
    </tr>
  </tbody>
</table>

<CardGroup cols="2">
  <Card title="Edit this page" icon="pen-to-square" href="https://github.com/langgenius/dify-docs-mintlify/edit/main/en/guides/workflow/shortcut-key.mdx">
    Help improve our documentation by contributing directly
  </Card>

  <Card title="Report an issue" icon="github" href="https://github.com/langgenius/dify-docs-mintlify/issues/new?title=Documentation%20Issue%3A%20cut-&body=%23%23%20Issue%20Description%0A%3C%21--%20Please%20briefly%20describe%20the%20issue%20you%20found%20--%3E%0A%0A%23%23%20Page%20Link%0Ahttps%3A%2F%2Fgithub.com%2Flanggenius%2Fdify-docs-mintlify%2Fblob%2Fmain%2Fen/guides/workflow%2Fshortcut-key.mdx%0A%0A%23%23%20Suggested%20Changes%0A%3C%21--%20If%20you%20have%20specific%20suggestions%20for%20changes%2C%20please%20describe%20them%20here%20--%3E%0A%0A%3C%21--%20Thank%20you%20for%20helping%20improve%20our%20documentation%21%20--%3E">
    Found an error or have suggestions? Let us know
  </Card>
</CardGroup>
