> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-train-lora-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ComfyUI Keyboard Shortcuts and Custom Settings

> Keyboard and mouse shortcuts for ComfyUI and related settings

{/*
description: "A list of keyboard and mouse shortcuts for ComfyUI"
*/}

{/* TODO(yoland): Add this back to comfyUI readme page */}

Currently, ComfyUI supports custom keyboard shortcuts. You can set the shortcuts by clicking on `Settings (gear icon)` --> `Keybinding`.

![ComfyUI Shortcut Settings](https://mintlify.s3.us-west-1.amazonaws.com/dripart-train-lora-docs/images/interface/setting/keybinding.jpg)

In the corresponding menu, you can see all the current shortcut settings for ComfyUI. Click the `edit icon` before the corresponding command to customize the shortcut.

Below is the current list of shortcuts for ComfyUI, which you can customize as needed.

<Tabs>
  <Tab title="Windows/Linux">
    | Shortcut                            | Command                                                                                                            |
    | ----------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
    | Ctrl + Enter                        | Queue up current graph for generation                                                                              |
    | Ctrl + Shift + Enter                | Queue up current graph as first for generation                                                                     |
    | Ctrl + Z / Ctrl + Y                 | Undo/Redo                                                                                                          |
    | Ctrl + S                            | Save workflow                                                                                                      |
    | Ctrl + O                            | Load workflow                                                                                                      |
    | Ctrl + A                            | Select all nodes                                                                                                   |
    | Alt + C                             | Collapse/uncollapse selected nodes                                                                                 |
    | Ctrl + M                            | Mute/unmute selected nodes                                                                                         |
    | Ctrl + B                            | Bypass selected nodes (acts like the node was removed from the graph and the wires reconnected through)            |
    | Delete<br />Backspace               | Delete selected nodes                                                                                              |
    | Ctrl + Delete<br />Ctrl + Backspace | Delete the current graph                                                                                           |
    | Space                               | Move the canvas around when held and moving the cursor                                                             |
    | Ctrl + Click<br />Shift + Click     | Add clicked node to selection                                                                                      |
    | Ctrl + C/Ctrl + V                   | Copy and paste selected nodes (without maintaining connections to outputs of unselected nodes)                     |
    | Ctrl + C/Ctrl + Shift + V           | Copy and paste selected nodes (maintaining connections from outputs of unselected nodes to inputs of pasted nodes) |
    | Shift + Drag                        | Move multiple selected nodes at the same time                                                                      |
    | Ctrl + D                            | Load default graph                                                                                                 |
    | Q                                   | Toggle visibility of the queue                                                                                     |
    | H                                   | Toggle visibility of history                                                                                       |
    | R                                   | Refresh graph                                                                                                      |
    | Double-Click LMB                    | Quick search for nodes to add                                                                                      |
  </Tab>

  <Tab title="MacOS">
    | Keybind                               | Explanation                                                                                                        |
    | ------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
    | Cmd ⌘ + Enter                         | Queue up current graph for generation                                                                              |
    | Cmd ⌘ + Shift + Enter                 | Queue up current graph as first for generation                                                                     |
    | Cmd ⌘ + Z/Cmd ⌘ + Y                   | Undo/Redo                                                                                                          |
    | Cmd ⌘ + S                             | Save workflow                                                                                                      |
    | Cmd ⌘ + O                             | Load workflow                                                                                                      |
    | Cmd ⌘ + A                             | Select all nodes                                                                                                   |
    | Opt ⌥ + C                             | Collapse/uncollapse selected nodes                                                                                 |
    | Cmd ⌘ + M                             | Mute/unmute selected nodes                                                                                         |
    | Cmd ⌘ + B                             | Bypass selected nodes (acts like the node was removed from the graph and the wires reconnected through)            |
    | Delete<br />Backspace                 | Delete selected nodes                                                                                              |
    | Cmd ⌘ + Delete<br />Cmd ⌘ + Backspace | Delete the current graph                                                                                           |
    | Space                                 | Move the canvas around when held and moving the cursor                                                             |
    | Cmd ⌘ + Click<br />Shift + Click      | Add clicked node to selection                                                                                      |
    | Cmd ⌘ + C / Cmd ⌘ + V                 | Copy and paste selected nodes (without maintaining connections to outputs of unselected nodes)                     |
    | Cmd ⌘ + C / Cmd ⌘ + Shift + V         | Copy and paste selected nodes (maintaining connections from outputs of unselected nodes to inputs of pasted nodes) |
    | Shift + Drag                          | Move multiple selected nodes at the same time                                                                      |
    | Cmd ⌘ + D                             | Load default graph                                                                                                 |
    | Q                                     | Toggle visibility of the queue                                                                                     |
    | H                                     | Toggle visibility of history                                                                                       |
    | R                                     | Refresh graph                                                                                                      |
    | Double-Click LMB                      | Quick search for nodes to add                                                                                      |
  </Tab>
</Tabs>
