# 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        |
