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