From 7795652d8841fd4c3df61229c8954848530eed83 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 31 Jul 2020 15:39:25 +0200 Subject: [PATCH] undo reset --- .gitignore | 1 + ui/hotkeys.md | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..22d0d82 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +vendor diff --git a/ui/hotkeys.md b/ui/hotkeys.md index 7306e9d..8ff062c 100644 --- a/ui/hotkeys.md +++ b/ui/hotkeys.md @@ -18,4 +18,13 @@ The following hotkeys provide form interactions. | Element | Hotkey | Action | | ----------------- | ------------------ | --------------------------------------------------- | -| Form | Ctrl + S | Submit form | \ No newline at end of file +| Form | Ctrl + Enter | Submit form | + +## 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 |