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