From dfea7f301f2bc62f07509b8c3fe457512427e90f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=84min=20Baumeler?= Date: Thu, 19 Mar 2026 15:56:25 +0100 Subject: [PATCH] html view now with ctrl-6 --- src/sh/keys.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sh/keys.sh b/src/sh/keys.sh index 449946e..a981308 100644 --- a/src/sh/keys.sh +++ b/src/sh/keys.sh @@ -12,7 +12,7 @@ if [ ! "${KEYS_LOADED:-}" ]; then export KEYS_CYCLE_DISPLAY="ctrl-space" export KEYS_VIEW_SOURCE="alt-v" - export KEYS_HTML_PREVIEW="alt-h" + export KEYS_HTML_PREVIEW="ctrl-6" export KEYS_TAG_ADD="alt-+" export KEYS_TAG_REMOVE="alt--" export KEYS_ARCHIVE="ctrl-a"