# Shortcuts and Functions

### Shortcuts

| Keys   | Description                            |
| ------ | -------------------------------------- |
| Ctrl-E | Execute "Execute" button functionality |
| Ctrl-P | Execute "Stop" button functionality    |
| Ctrl-T | Execute "Export" button functionality  |
| Tab    | Move cursor between controls           |

### Text Boxes

| Keys   | Description                      |
| ------ | -------------------------------- |
| Ctrl-A | Select all                       |
| Ctrl-C | Copy marked content to clipboard |
| Ctrl-X | Cut marked content to clipboard  |
| Ctrl-V | Insert content from clipboard    |

### Data Grid Functions

| Function            | Description                                                                    |
| ------------------- | ------------------------------------------------------------------------------ |
| New Row             | New rows are always entered on the top of the data grid                        |
| Edit Mode           | Left click into a data grid cell activates edit mode                           |
| Row Selection       | Left click on the row header selects one line within the data grid             |
| Multi Row Selection | Ctrl left click on the row header selects multiple rows within the data grid   |
| Row Range Selection | hift left click on the row header selects a range of rows within the data grid |

### Data Grid Shortcuts

| Keys   | Description                      |
| ------ | -------------------------------- |
| Ctrl-A | Select all                       |
| Ctrl-C | Copy marked content to clipboard |
| Ctrl-X | Cut marked content to clipboard  |
| Ctrl-V | Insert content from clipboard    |
| Tab    | Move cursor between cells        |


---

# Agent Instructions: 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://dbi-services.gitbook.io/omrun-help/version-4.x/menu-functions/shortcuts-and-functions.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.
