> For the complete documentation index, see [llms.txt](https://docs.lleverage.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lleverage.ai/canvas-guide/keyboard-shortcuts.md).

# Keyboard Shortcuts

Speed up your workflow building with keyboard shortcuts for common actions. Press ⌘⇧ / (Mac) or Ctrl⇧ / (Windows) anywhere on the canvas to open the full shortcuts glossary.

### Application Shortcuts

These shortcuts work within the Lleverage platform to help you build and manage workflows more efficiently.

#### General

| Action                    | Mac  | Windows    |
| ------------------------- | ---- | ---------- |
| Global Search             | ⌘⌥ K | Ctrl Alt K |
| Export Workflow           | ⌘⌥ E | Ctrl Alt E |
| Import Workflow           | ⌘⌥ O | Ctrl Alt O |
| Publish Workflow          | ⌘⌥ P | Ctrl Alt P |
| Publish Panel             | ⌘⌥ Y | Ctrl Alt Y |
| Toggle Run Panel          | ⌘⌥ R | Ctrl Alt R |
| Tests                     | ⌘⌥ T | Ctrl Alt T |
| Feedback                  | ⌘⌥ G | Ctrl Alt G |
| Open Documentation        | ⌘⇧ D | Ctrl⇧ D    |
| Keyboard Shortcuts (Help) | ⌘⇧ / | Ctrl⇧ /    |

> 💡 Tests and Feedback open the run panel straight on the relevant tab.

#### Canvas and Navigation

| Action               | Mac    | Windows      |
| -------------------- | ------ | ------------ |
| Run Workflow Now     | ⌘⇧ ↵   | Ctrl⇧ ↵      |
| Add Action           | ⌘⇧ A   | Ctrl⇧ A      |
| Find in Workflow     | ⌘⇧ F   | Ctrl⇧ F      |
| Fit View             | ⌘ 0    | Ctrl 0       |
| Zoom In              | ⌘ =    | Ctrl =       |
| Zoom Out             | ⌘ -    | Ctrl -       |
| Centre Selected Node | ⌘⇧ 1   | Ctrl⇧ 1      |
| Toggle All Nodes     | ⌘⌥⇧ \[ | Ctrl Alt⇧ \[ |
| Presentation Mode    | ⌘⇧ P   | Ctrl⇧ P      |

> 💡 Presentation Mode hides all canvas controls for a clean view, which is handy when demoing a workflow.

#### Editing

| Action         | Mac    | Windows |
| -------------- | ------ | ------- |
| Select All     | ⌘ A    | Ctrl A  |
| Copy           | ⌘ C    | Ctrl C  |
| Paste          | ⌘ V    | Ctrl V  |
| Duplicate Node | ⌘ D    | Ctrl D  |
| Delete Node    | Delete | Delete  |
| Undo           | ⌘ Z    | Ctrl Z  |
| Redo           | ⌘⇧ Z   | Ctrl⇧ Z |

### Browser Shortcuts (Protected)

These are standard browser shortcuts that remain unchanged and cannot be overridden by the Lleverage platform.

#### Navigation

| Action             | Mac  | Windows |
| ------------------ | ---- | ------- |
| Back navigation    | ⌘ ←  | Alt ←   |
| Forward navigation | ⌘ →  | Alt →   |
| Reload page        | ⌘ R  | Ctrl R  |
| Hard reload        | ⌘⇧ R | Ctrl F5 |

#### Tab Management

| Action            | Mac  | Windows |
| ----------------- | ---- | ------- |
| New tab           | ⌘ T  | Ctrl T  |
| Close tab         | ⌘ W  | Ctrl W  |
| Reopen closed tab | ⌘⇧ T | Ctrl⇧ T |

#### Browser Tools

| Action       | Mac  | Windows |
| ------------ | ---- | ------- |
| Find on page | ⌘ F  | Ctrl F  |
| Address bar  | ⌘ L  | Ctrl L  |
| Print        | ⌘ P  | Ctrl P  |
| Fullscreen   | ⌃⌘ F | F11     |
| History      | ⌘ Y  | Ctrl H  |

### System Shortcuts (Protected)

These are operating system shortcuts that function normally within your browser.

| Action           | Mac      | Windows   |
| ---------------- | -------- | --------- |
| Spotlight search | ⌘ Space  | -         |
| App switcher     | ⌘ Tab    | Alt Tab   |
| Force quit       | ⌘⌥ Esc   | Ctrl⇧ Esc |
| Quit app         | ⌘ Q      | Alt F4    |
| Minimise         | ⌘ M      | Win ↓     |
| Emoji picker     | ⌃⌘ Space | Win .     |
| Cut              | ⌘ X      | Ctrl X    |

> ⚠️ **Important**: Browser and system shortcuts are protected and cannot be overridden. They will always perform their standard functions even while using Lleverage.

**Key Features:**

* Application shortcuts for faster workflow building
* Quick access to all major functions without using the mouse
* Protected browser and system shortcuts maintain normal functionality
* Help panel available anytime with ⌘⇧ / (Mac) or Ctrl⇧ / (Windows)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.lleverage.ai/canvas-guide/keyboard-shortcuts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
