> For the complete documentation index, see [llms.txt](https://help.mimeeq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.mimeeq.com/configurator/getting-started/shortcuts.md).

# Modular Shortcuts

Speed up common actions in the Modular Configurator using keyboard shortcuts for saving, exporting, zooming, cloning, and managing items.

## Keyboard shortcuts

Keyboard shortcuts can be used in the Modular Configurator to speed up common actions such as saving, exporting, zooming, cloning, moving, and deleting items.

Shortcuts are only available when the Modular Configurator is rendered in the modal embed experience where shortcuts are enabled. They are not active on mobile devices or in inline embed setups.

{% hint style="info" %}
Some shortcuts require the configurator canvas to be focused — click inside the configurator area first before using them. Item-specific shortcuts (delete, clone, move, and flip) also require an item to be selected.
{% endhint %}

On Apple Mac devices, use `cmd` instead of `ctrl`.

<table><thead><tr><th width="254.265625">Action</th><th>Shortcut</th></tr></thead><tbody><tr><td>Zoom in</td><td><code>+</code> or <code>Shift</code> + <code>=</code></td></tr><tr><td>Zoom out</td><td><code>-</code></td></tr><tr><td>Zoom all</td><td><code>ctrl</code> + <code>0</code></td></tr><tr><td>Export image</td><td><code>i</code> or <code>ctrl</code> + <code>i</code></td></tr><tr><td>Export scene/model</td><td><code>e</code> or <code>ctrl</code> + <code>e</code></td></tr><tr><td>Export to PDF</td><td><code>p</code> or <code>ctrl</code> + <code>p</code></td></tr><tr><td>Undo</td><td><code>ctrl</code> + <code>z</code></td></tr><tr><td>Redo</td><td><code>ctrl</code> + <code>y</code></td></tr><tr><td>Delete selected item</td><td><code>Delete</code> or <code>Backspace</code></td></tr><tr><td>Clone selected item</td><td><code>d</code></td></tr><tr><td>Move selected item</td><td><code>m</code> or <code>ctrl</code> + <code>x</code></td></tr><tr><td>Flip selected item</td><td><code>ctrl</code> + <code>l</code></td></tr><tr><td>Open / load an existing scene</td><td><code>ctrl</code> + <code>o</code></td></tr><tr><td>Open the finish screen</td><td><code>f</code></td></tr><tr><td>Save scene</td><td><code>ctrl</code> + <code>s</code></td></tr><tr><td>Save scene as</td><td><code>ctrl</code> + <code>shift</code> + <code>s</code></td></tr><tr><td>Toggle the floor grid on/off</td><td><code>g</code></td></tr><tr><td>Cancel the current operation</td><td><code>Esc</code></td></tr><tr><td>Rotate scene left</td><td><code>←</code></td></tr><tr><td>Rotate scene right</td><td><code>→</code></td></tr><tr><td>Rotate scene up</td><td><code>↑</code></td></tr><tr><td>Rotate scene down</td><td><code>↓</code></td></tr></tbody></table>

## Scene navigation

Use the arrow keys to rotate the scene camera. The canvas must be focused first — click inside the configurator area before using the arrow keys.

<table><thead><tr><th width="270.87890625">Action</th><th>Shortcut</th></tr></thead><tbody><tr><td>Rotate scene left</td><td><code>←</code></td></tr><tr><td>Rotate scene right</td><td><code>→</code></td></tr><tr><td>Rotate scene up</td><td><code>↑</code></td></tr><tr><td>Rotate scene down</td><td><code>↓</code></td></tr></tbody></table>

## Save shortcuts

The save shortcuts are only available when the user is logged in.

If the scene has already been saved, `ctrl` + `s` saves the current scene. If the scene has not been saved yet, `ctrl` + `s` opens the "Save as" flow.

Use `ctrl` + `shift` + `s` to open the "Save as" flow directly.

## Export shortcuts

The export shortcuts open the relevant export dialogs:

<table><thead><tr><th width="291.4375">Export type</th><th>Shortcut</th></tr></thead><tbody><tr><td>Image export</td><td><code>i</code> or <code>ctrl</code> + <code>i</code></td></tr><tr><td>Scene/model export</td><td><code>e</code> or <code>ctrl</code> + <code>e</code></td></tr><tr><td>PDF export</td><td><code>p</code> or <code>ctrl</code> + <code>p</code></td></tr></tbody></table>


---

# 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.mimeeq.com/configurator/getting-started/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.
