# Shortcuts

Here is the complete list of the available shortcuts and their explanation:

{% hint style="info" %}
Press ⌘ / CTRL + K to open command center. Type the name of any feature, and Brainboard takes you there
{% endhint %}

{% hint style="info" %}

* To open the shortcut modal, press `?`
  {% endhint %}

<table data-full-width="false"><thead><tr><th width="291">Key / Shortcut</th><th>Action</th></tr></thead><tbody><tr><td>Enter</td><td>Open node's identity card when the node is selected</td></tr><tr><td>Escape</td><td>Close the identity card when it is open</td></tr><tr><td></td><td>Cancel selected nodes movement when dragging a node or connector</td></tr><tr><td></td><td>Reset the zoom if no node is selected</td></tr><tr><td></td><td>Reset the search (on the design area and leftbar) when it has focus</td></tr><tr><td>⌘ / CTRL + K</td><td>Open Commands Center</td></tr><tr><td>⌘ / CTRL key + L</td><td>Lock the selected nodes</td></tr><tr><td>⌘ / CTRL key + SHIFT + L</td><td>Unlock the selected nodes</td></tr><tr><td>⌘ / CTRL key + D</td><td>Clone the selected nodes</td></tr><tr><td>⌘ / CTRL key + R</td><td>Enable auto resize of the selected nodes</td></tr><tr><td>⌘ / CTRL key + SHIFT + R</td><td>Disable auto resize of the selected nodes</td></tr><tr><td>⌘ / CTRL key + A</td><td>Select all the nodes</td></tr><tr><td>⌘ / CTRL key + C</td><td>Copy selected nodes into clipboard</td></tr><tr><td>⌘ / CTRL key + V</td><td>Paste from clipboard</td></tr><tr><td>⌘ / CTRL key + X</td><td>Cut the selected nodes</td></tr><tr><td>⌘ / CTRL key + Z</td><td>Undo</td></tr><tr><td>⌘ / CTRL key + Y</td><td>Redo</td></tr><tr><td>⌘ / CTRL key + SHIFT + Z</td><td>Redo</td></tr><tr><td>DEL</td><td>Delete the selected nodes</td></tr><tr><td>BACKSPACE</td><td>Delete the selected nodes</td></tr><tr><td>?</td><td>Show the shortcuts table</td></tr><tr><td>Plus sign (+)</td><td>Zoom in</td></tr><tr><td>Minus sign (-)</td><td>Zoom out</td></tr><tr><td>Scroll</td><td>Zoom in/out</td></tr><tr><td>⌘ / CTRL key + scroll</td><td>Zoom in/out</td></tr><tr><td>⌘ / CTRL key + drag</td><td>Pan</td></tr><tr><td>⌘ / CTRL key + Right click</td><td>Show the context menu without altering selection</td></tr><tr><td>⌘ / CTRL key + Click on node</td><td>Select/unselect the node</td></tr><tr><td>Arrow up</td><td>Move the selected nodes up</td></tr><tr><td>Arrow down</td><td>Move the selected nodes down</td></tr><tr><td>Arrow right</td><td>Move the selected nodes right</td></tr><tr><td>Arrow left</td><td>Move the selected nodes left</td></tr><tr><td>SHIFT + Arrow up</td><td>Small move of the selected nodes up</td></tr><tr><td>SHIFT + Arrow down</td><td>Small move of the selected nodes down</td></tr><tr><td>SHIFT + Arrow right</td><td>Small move of the selected nodes right</td></tr><tr><td>SHIFT + Arrow left</td><td>Small move of the selected nodes left</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.brainboard.co/help-and-faq/shortcuts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
