> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/acron-9.3/en/erklaerung_zur_bedienung/tastaturbedienung.md).

# Keyboard operation

| Keys              | : | Function         |   |                                                                              |
| ----------------- | - | ---------------- | - | ---------------------------------------------------------------------------- |
| Alt               | + | F4.              | : | Exit program                                                                 |
| Alt               | + | Down arrow       | : | Open dropdown list box                                                       |
| Ins               | + | Object marker    | : | Copy of an object                                                            |
| Esc               |   |                  | : | Cancel [drag & drop](/acron-9.3/en/erklaerung_zur_bedienung.md#drag-drop)    |
| F1.               |   |                  | : | Open help in browser                                                         |
| F6.               |   |                  | : | Show/hide properties dialog box                                              |
| F7.               |   |                  | : | Show/hide help window                                                        |
| Space bar         |   |                  | : | Scrolls through a tree so the selected object is visible                     |
| Left mouse button | + | Ctrl             | : | Copy of an object                                                            |
| Ctrl              | + | a                | : | Select everything in the 'External process variables from connection' dialog |
| Ctrl              | + | Alt              | : | Move function is enabled, the object font is bolded                          |
| Ctrl              | + | Alt + Up Arrow   | : | Move up\* within a group                                                     |
| Ctrl              | + | Alt + Down arrow | : | Move down\* within a group                                                   |
| Ctrl              | + | b                | : | Events area                                                                  |
| Ctrl              | + | c                | : | Copy                                                                         |
| Ctrl              | + | e                | : | Process connection area                                                      |
| Ctrl              | + | f                | : | Reports area                                                                 |
| Ctrl              | + | h                | : | Input masks area                                                             |
| Ctrl              | + | i                | : | Service area                                                                 |
| Ctrl              | + | j                | : | Jobs area                                                                    |
| Ctrl              | + | l                | : | Alerts area                                                                  |
| Ctrl              | + | n                | : | User administration area                                                     |
| Ctrl              | + | r                | : | Process variables area                                                       |
| Ctrl              | + | s                | : | Save                                                                         |
| Ctrl              | + | t                | : | Plant management area                                                        |
| Ctrl              | + | v                | : | Paste                                                                        |
| Ctrl              | + | x                | : | Cut                                                                          |
| Ctrl              | + | z                | : | Undo                                                                         |
| Ctrl              | + | Del              | : | Clear current selection                                                      |
| Shift             | + | F5.              | : | Start Reporter module                                                        |
| Shift             | + | F6.              | : | Start Graph module                                                           |
| Shift             | + | F7.              | : | Start Alert module                                                           |
| Shift             | + | F8.              | : | Start Service module                                                         |
| Shift             | + | F10.             | : | Open context menu                                                            |
| Shift             | + | F12.             | : | Start Visual module                                                          |

Note

If the keyboard shortcut Ctrl + Alt + arrow key does not activate the ACRON Move function, but rotates the screen view instead for example, the shortcut is being used by a graphics card driver. Press Ctrl + Alt + F12 to open a menu in which you can change the graphics card shortcut assignment.


---

# 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.videc.de/acron-9.3/en/erklaerung_zur_bedienung/tastaturbedienung.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.
