From 94f6938b9abfb7f66df632aa94775e0c5e8d6c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sun, 17 Jul 2022 15:25:56 +0200 Subject: Add a key binding for keeping the zoom/position --- fiv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fiv.c') diff --git a/fiv.c b/fiv.c index 73a996b..9f0af5e 100644 --- a/fiv.c +++ b/fiv.c @@ -146,10 +146,11 @@ static struct key_group help_keys_viewer[] = { {} }}, {"Configuration", (struct key[]) { + {"k", "Toggle keeping zoom and position"}, + {"x", "Toggle scale to fit if larger"}, #ifdef HAVE_LCMS2 {"c", "Toggle color management"}, #endif - {"x", "Toggle scale to fit if larger"}, {"i", "Toggle smooth scaling"}, {"t", "Toggle transparency highlighting"}, #ifdef HAVE_JPEG_QS -- cgit v1.2.3