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

# Shortcuts

There is a list of shortcuts that can be used while working in the editor.

## Item shortcuts

#### Movement shortcuts

* Arrow left
* Arrow up
* Arrow right
* Arrow down
* Ctrl + Arrow up: Move item to front
* Ctrl + Arrow down: Move item to back

#### Actions

* Delete key / cmd + backspace: Delete selected item.
* Ctrl + c: Copy selected item.
* Ctrl + v: Paste copied item.
* Ctrl + z: Undo.
* Ctrl + y: Redo.

#### Text items

* Ctrl + b: Set selected item text bold.
* Ctrl + i: Set selected item text to italic.
* Ctrl + u: Set selected text item to underline.


---

# 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.adrapid.com/editor/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.
