> For the complete documentation index, see [llms.txt](https://docs.inforiver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inforiver.com/analytics+/working-with-analytics+/20.-keyboard-shortcuts.md).

# 20. Keyboard shortcuts

## **Storyboard Shortcuts**

* **Element insertion and board controls**

| Shortcut key     | Action              |
| ---------------- | ------------------- |
| (ctrl , cmd) + i | Insert Element      |
| (ctrl, cmd) + l  | Open board controls |

* **Selection management**&#x20;

| Shortcut key                     | Action                              |
| -------------------------------- | ----------------------------------- |
| (ctrl, cmd) + g                  | Group selections - create group     |
| (ctrl, cmd) + shift + g          | Ungroup selections - remove group   |
| (ctrl, cmd) + a                  | Select all elements in the board    |
| (ctrl, cmd) + shift + a / escape | De-select all elements in the board |

* **Clipboard operations**&#x20;

| Shortcut key    | Action                  |
| --------------- | ----------------------- |
| (ctrl, cmd) + x | Cut element selections  |
| (ctrl, cmd) + c | Copy element selections |
| (ctrl, cmd) + v | Paste copied selections |
| (ctrl, cmd) + d | Duplicate selections    |

* **Visibility and layer management**&#x20;

| Shortcut key            | Action                        |
| ----------------------- | ----------------------------- |
| (ctrl, cmd) + shift + h | Hide/ unhide selections       |
| (ctrl, cmd) + ]         | Bring selections forward      |
| (ctrl, cmd) + \[        | Send selections backward      |
| ]                       | Bring selections to the front |
| \[                      | Send selections back          |

## KPI Shortcuts

* **Grouping**

<table><thead><tr><th>Shortcut key</th><th>Action</th><th data-hidden></th></tr></thead><tbody><tr><td>(ctrl, cmd) + g</td><td>Group selected elements</td><td></td></tr><tr><td>(ctrl, cmd) + shift + g</td><td>Ungroup selected elements</td><td></td></tr><tr><td>(ctrl, cmd) + d</td><td>Duplicate selections</td><td></td></tr><tr><td>delete, backspace</td><td>Delete selections</td><td></td></tr></tbody></table>

* **Layers**

| Shortcut key            | Action                                                                   |
| ----------------------- | ------------------------------------------------------------------------ |
| (ctrl, cmd) + shift + h | Hide / unhide selections                                                 |
| (ctrl, cmd) + ]         | Bring selected elements forward                                          |
| (ctrl, cmd) + \[        | Send selected elements backward                                          |
| ]                       | Bring selected elements to the front when there are overlapping elements |
| \[                      | Send selected elements to the back when there are overlapping elements   |

* **Edit text container**

| Shortcut key | Action                                                         |
| ------------ | -------------------------------------------------------------- |
| F2           | Select the text container and press F2 to switch to edit mode. |


---

# 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:

```
GET https://docs.inforiver.com/analytics+/working-with-analytics+/20.-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.
