From 4c210cd8ea8d8398997cec37a42bd2e91ac10f49 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 2 May 2024 22:54:40 +0000 Subject: [PATCH] Went through todos --- ui/hotkeys.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ui/hotkeys.md b/ui/hotkeys.md index 82357f5..803912b 100755 --- a/ui/hotkeys.md +++ b/ui/hotkeys.md @@ -30,3 +30,13 @@ The following hotkeys provide table interactions. | ----------------- | ------------------ | --------------------------------------------------- | | 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)