From 5d997b1b77798f14de820507d54b48fb99222f16 Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Mon, 29 May 2023 14:48:41 -0700 Subject: [PATCH] Add keyboard+click commands to the Handbook. https://redmine.stoutner.com/issues/1009 --- doc/index.docbook | 60 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/doc/index.docbook b/doc/index.docbook index 8a88368..6723d00 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -1049,6 +1049,66 @@ Other Commands + + + + + &Ctrl;+&Shift;+Click + + + + + + Open link in new tab. This performs the same action as right-clicking on the link and selecting “Open link in new tab”. + + + + + + + + + &Ctrl;+Click + + + + + + Open link in new background tab. This performs the same action as right-clicking on the link and selecting “Open link in new background tab”. + + + + + + + + + &Shift;+Click + + + + + + Open link in new window. This performs the same action as right-clicking on the link and selecting “Open link in new window”. + + + + + + + + + &Alt;+Click + + + + + + Save link. This performs the same action as right-clicking on the link and selecting “Save link”. + + + + -- 2.43.0