# Hotkeys

## Create new objects

* **Any type:** `Shift + N`
* **System:** `Shift + S`
* **Actor:** `Shift + P`
* **Group:** `Shift + G`
* **App:** `Shift + A`
* **Store:** `Shift + D`
* **Component:** `Shift + X`

## Duplicate

* Component in canvas: `CMD/Ctrl + D`

## Edit controls

* **Undo:** `CMD / Ctrl + Z`
* **Redo (Mac):** `CMD + Shift + Z`
* **Redo (Windows):** `Ctrl + Y`
* **Multi-select / unselect:** `Shift + Click (each object)`
* **Multi-select box:** `Shift + Click + drag`&#x20;
* **Find objects in a diagram:** `CMD / Ctrl + F`

## Camera controls

* **Camera reset position and zoom around selected objects:** `Shift + C`
* **Camera reset position and zoom:** `CMD / Ctrl + Shift + C`
* **Move the camera without selecting objects:** `Space (hold down)`

## Documentation

* **Enter / exit Markdown mode:** `CMD / Ctrl + Shift + M`
* **Apply MD styling and exit editing description:** `CMD / Ctrl + S`

## Flows

* **Add a new step of the selected object or connection:** `CMD / Ctrl + Shift + E`

## Model objects list

* **Select all:** `CMD / Ctrl + A`
* **Deselect all:** `Escape`
* **Add to selection:** `Shift + Click`
* **Toggle the selection:** `Cmd / Ctrl + Click`
* **Expand all nested objects:** `Shift + Click Expand`


---

# 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.icepanel.io/other-information/hotkeys.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.
