# Keyboard shortcuts

The following keyboard shortcuts are available in nedyx.&#x20;

* **CTRL+a**: Select all widgets of a page
* **CTRL+c**: Copy one or multiple selected widgets into the Clipboard
* **CTRL+v**: Paste the widgets from the Clipboard into the current page
* **CTRL+Alt+c**: Copy the style of the currently selected widget into the Clipboard
* **CTRL+Alt+v**: Apply the style of the Clipboard on the currently selected widget
* **DEL**: Delete the currently selected widgets
* **Tab**: Navigate to the next widget or nedyx UI element\
  **Note**: If multiple widgets are selected, the tab key changes the main selected widget between the currently selected widgets.
* **CTRL+Tab**: Navigate to the previous widget or UI element
* **F1**: Open the nedyx online help. If a function of another element of a formula is selected, the according help chapter is openend.&#x20;
* **F3**: Navigate to the widget, on which the mouse cursor is currently located in the formula editor.&#x20;
* **Shift+F3**: Navigate back to the widget, on which the last F3 command has been executed.


---

# 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://docs.nedyx.com/version-1.52-preview/appendix/keyboard-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.
