> For the complete documentation index, see [llms.txt](https://docs.wem.io/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wem.io/platform/template-editor/interaction-template-editor/interaction-template-hotkeys.md).

# Interaction Template Hotkeys

<table><thead><tr><th width="220.39947780678852">Input</th><th>Function</th></tr></thead><tbody><tr><td>Tab</td><td>Select first element that is one level <strong>deeper</strong></td></tr><tr><td>Shift + Tab</td><td>Select element that is one level <strong>higher</strong></td></tr><tr><td></td><td></td></tr><tr><td>Arrow keys</td><td>Move cursor</td></tr><tr><td>Shift + Arrow keys</td><td>Select multiple elements</td></tr><tr><td>Alt + Arrow keys</td><td>Move the elements</td></tr><tr><td></td><td></td></tr><tr><td>Ctrl + A</td><td>Smart select all, Press it multiple times to traverse higher up</td></tr><tr><td>Ctrl + Z</td><td>Undo</td></tr><tr><td>Ctrl + Shift + Z</td><td>Redo</td></tr><tr><td>Ctrl + Y</td><td>Redo</td></tr><tr><td></td><td></td></tr><tr><td>Rich-Text:</td><td></td></tr><tr><td>Esc</td><td>Get of out of (rich)text mode</td></tr><tr><td>Ctrl + <strong>B</strong></td><td>Make text <strong>bold</strong> or remove <strong>bold</strong> style</td></tr><tr><td>Ctrl + <em>I</em></td><td>Make text <em>Italic</em> or remove <em>Italic</em> style</td></tr><tr><td>Tab</td><td>Indent text</td></tr><tr><td>Shift tab</td><td>Remove Indenting</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:

```
GET https://docs.wem.io/platform/template-editor/interaction-template-editor/interaction-template-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.
