add hotkeys

This commit is contained in:
Dennis Eichhorn 2020-05-31 18:01:39 +02:00
parent e2f86aba77
commit c83901931f
2 changed files with 17 additions and 0 deletions

View File

@ -1,6 +1,9 @@
# Summary
* [Introduction]({%}?page=README)
## UI
* [Hotkeys]({%}?page=ui/hotkeys)
## Setup
* [Server]({%}?page=setup/server)
* [WebApplication]({%}?page=setup/webapplication)

14
ui/hotkeys.md Normal file
View File

@ -0,0 +1,14 @@
# 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) |
| Link or Tab | Enter | Activate/execute/follow link |
| Form | Ctrl + S | Submit form |