From fca84ac9c1a275b6774b2b341ee40ba5d34224f4 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Thu, 9 Dec 2021 05:42:31 +0100 Subject: [PATCH] doc/previewing: fix Zathura key for SyncTeX Inverse Search As discovered in https://github.com/kak-lsp/kak-lsp/pull/573#issuecomment-989350761 Zathura's shortcut for backward search is Ctrl+LMB --- docs/previewing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/previewing.md b/docs/previewing.md index 0d9f3529..fbf66797 100644 --- a/docs/previewing.md +++ b/docs/previewing.md @@ -129,7 +129,7 @@ set synctex true set synctex-editor-command "code -g %{input}:%{line}" ``` -You can execute the search by pressing `Alt+Click` in the PDF document. +You can execute the search by pressing `Ctrl+Click` in the PDF document. ---