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

# Keyboard shortcuts

The shortcuts below mirror the in-app shortcuts panel exactly. Mac modifiers are listed first; Windows uses `Ctrl` where macOS uses `⌘`.

![In-app Keyboard Shortcuts panel listing the canonical commands - Copy, Paste, Undo, Redo, Frame Selected, Toggle gizmo type, camera controls, and more](/files/ovTYfM0IBy7v50uuGZfP)

{% hint style="info" %}
Open the in-app shortcuts panel directly with the help icon in the top-right of the editor. The panel mirrors this page; the page is the lookup-friendly reference.
{% endhint %}

## Edit

| Action             | Shortcut              |
| ------------------ | --------------------- |
| Copy objects       | `Ctrl C` or `⌘ C`     |
| Paste objects      | `Ctrl V` or `⌘ V`     |
| Undo               | `Ctrl Z` or `⌘ Z`     |
| Redo               | `Ctrl ⇧ Z` or `⌘ ⇧ Z` |
| Duplicate objects  | `Ctrl D` or `⌘ D`     |
| Delete objects     | `Del` or `Backspace`  |
| Select all objects | `Ctrl A` or `⌘ A`     |

## Selection and gizmo

| Action                                     | Shortcut |
| ------------------------------------------ | -------- |
| Frame the selected object                  | `F`      |
| Toggle gizmo type (with selection active)  | `Tab`    |
| Toggle world / local space (classic gizmo) | `T`      |
| Cancel a UI drag                           | `Esc`    |

## Playback and shots

| Action                         | Shortcut   |
| ------------------------------ | ---------- |
| Pause and play during playback | `Spacebar` |
| Add new shot                   | `C`        |

## Camera

| Action                     | Shortcut                 |
| -------------------------- | ------------------------ |
| Strafe camera left / right | `A` / `D` or `←` / `→`   |
| Dolly camera in / out      | `W` / `S` or `↑` / `↓`   |
| Boom camera up / down      | `Q` / `E`                |
| Camera control speed       | `,` / `.`                |
| Orbit the camera           | left-click-drag          |
| Pan the camera             | left-click-drag + `⇧`    |
| Snap to surface            | left-click-drag + `Ctrl` |

## Populator

| Action                     | Shortcut     |
| -------------------------- | ------------ |
| Separate populator objects | double-click |

## Limits and known issues

* **Shortcuts are not customizable.** Remapping isn't exposed in the UI; the keybindings are fixed.
* **Some shortcuts may overlap with browser defaults.** `Cmd+W` will close the tab; `Cmd+R` will reload. The product avoids those, but some browsers and OS combinations have edge cases.
* **Game controller bindings** for camera control in Compose mode live on the [Camera controls](/compose/camera-controls.md) page rather than here.

## Related

* [Move the camera](/overview/get-started/viewport-navigation.md)
* [Camera controls](/compose/camera-controls.md)
* [Working with objects](/build/working-with-objects.md)


---

# 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://help.intangible.ai/overview/reference/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.
