User-Guide/ui/hotkeys.md
2024-05-02 22:54:40 +00:00

43 lines
2.2 KiB
Markdown
Executable File

# Hotkeys
## Page Navigation
The following hotkeys allow you to navigate the application.
| Element | Hotkey | Action |
| ----------------- | ------------------ | --------------------------------------------------- |
| Global | Ctrl + P | Jump to search bar |
| Global | Ctrl + Right Arrow | Jump to next UI element |
| Global | Ctrl + Left Arrow | Jump to previous UI element |
| Global | Ctrl + B | Go to previous page (back) |
| Global | Alt + Right Arrow | Go to previous page (back) |
| Global | Alt + Left Arrow | Go to nex page (only works after going back) |
| Link or Tab | Enter | Activate/execute/follow link |
## Form Interaction
The following hotkeys provide form interactions.
| Element | Hotkey | Action |
| ----------------- | ------------------ | --------------------------------------------------- |
| Form | Ctrl + Enter | Submit form (e.g. create, update, add) |
## Table Interaction
The following hotkeys provide table interactions.
| Element | Hotkey | Action |
| ----------------- | ------------------ | --------------------------------------------------- |
| Table | Ctrl + A | Select all table elements |
| Table | Ctrl + E | Export selected elements to excel (*coming soon*) |
## Link Interaction
The following hotkeys provide link interactions.
| Element | Hotkey | Action |
| ----------------- | ------------------ | --------------------------------------------------- |
| Preview/Close | Ctrl + Hover | Shows preview a preview of the hovered link* |
\* Only implemented for some links (e.g. images in media lists)