From c83901931fcfd33247fd7eb101b35af062c063e5 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 31 May 2020 18:01:39 +0200 Subject: [PATCH] add hotkeys --- SUMMARY.md | 3 +++ ui/hotkeys.md | 14 ++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 ui/hotkeys.md diff --git a/SUMMARY.md b/SUMMARY.md index 27e060f..7e62254 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -1,6 +1,9 @@ # Summary * [Introduction]({%}?page=README) +## UI +* [Hotkeys]({%}?page=ui/hotkeys) + ## Setup * [Server]({%}?page=setup/server) * [WebApplication]({%}?page=setup/webapplication) diff --git a/ui/hotkeys.md b/ui/hotkeys.md new file mode 100644 index 0000000..3552050 --- /dev/null +++ b/ui/hotkeys.md @@ -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 | \ No newline at end of file