> 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/wemtipsandtricks/tips-and-tricks/keyboard-shortcuts.md).

# Keyboard Shortcuts

{% hint style="info" %}
Apple Users: use the Cmd-key where Ctrl is mentioned!

This list is not fully complete and will by updated in future.
{% endhint %}

## Template editor shortcuts

<table data-header-hidden><thead><tr><th width="199">Keys</th><th>Action</th></tr></thead><tbody><tr><td><strong>Arrow keys</strong></td><td>Standard cursor navigation.</td></tr><tr><td><strong>Enter</strong></td><td>Create a new rich text element within current active container (creating a standard container in which you can type text) and enable Text Typing mode (see next section).</td></tr><tr><td><strong>Backspace</strong></td><td>Remove (selected) element(s).</td></tr><tr><td><strong>Delete</strong></td><td>Remove (selected) element(s).</td></tr><tr><td><strong>Tab</strong></td><td>Select the first child element of current selected element.</td></tr><tr><td><strong>Shift + tab</strong></td><td>Select the parent element of current selected element.</td></tr><tr><td><strong>Alt + Arrow keys</strong></td><td>Move element(s) in direction of arrow <em>(when applicable)</em>.</td></tr><tr><td><strong>Shift + Arrow keys</strong></td><td>Expand selection in direction of arrow <em>(when applicable)</em>.</td></tr><tr><td><strong>Ctrl + A</strong></td><td>Smart select all (repeat to expand selection outward).</td></tr><tr><td><strong>Ctrl + C</strong></td><td>Copy element(s).</td></tr><tr><td><strong>Ctrl + X</strong></td><td>Cut element(s).</td></tr><tr><td><strong>Ctrl + V</strong></td><td>Paste element(s).</td></tr><tr><td><strong>Ctrl + Z</strong></td><td>Undo last action (repeatable)</td></tr><tr><td><strong>Ctrl + Shift + Z</strong></td><td>Redo last action (repeatable)</td></tr><tr><td><strong>Ctrl + Y</strong></td><td>Redo last action (repeatable)</td></tr><tr><td> </td><td> </td></tr><tr><td>Any other</td><td>Type anywhere to create a Button, Datagrid column, Richtext, etc based on the context of the cursor (within a button bar, within a datagrid, within any other container that default contains a text-element respectably).</td></tr></tbody></table>

## Treeview Keys

<table data-header-hidden><thead><tr><th width="199">Keys</th><th>Action</th></tr></thead><tbody><tr><td><strong>Arrow keys</strong></td><td>Standard cursor navigation.</td></tr><tr><td><strong>F1</strong></td><td>Show specific page in online documentation (<a href="https://docs.wem.io">docs.wem.io</a>)</td></tr><tr><td><strong>F2</strong></td><td>Rename element.</td></tr><tr><td><strong>Delete</strong></td><td>Remove (selected) element(s).</td></tr><tr><td><strong>Ctrl+Up</strong></td><td>[Concepts and Navigation items] <br>Move item up 1 place (within current folder or parent item)</td></tr><tr><td><strong>Ctrl+Down</strong></td><td>[Concepts and Navigation items] <br>Move item down 1 place (within current folder or parent item)</td></tr></tbody></table>

## Flowcharts

<table data-header-hidden><thead><tr><th width="199">Keys</th><th>Action</th></tr></thead><tbody><tr><td><strong>Ctrl</strong></td><td>Node Connection Mode, click anywhere on a node to start creating an exit connection to another node.</td></tr><tr><td>Space</td><td>Navigation mode, click to drag the flowchart around. </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://docs.wem.io/platform/wemtipsandtricks/tips-and-tricks/keyboard-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.
