From 035997750ef2c2026ab8de38a90fdad82b1df04a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sat, 25 Dec 2021 18:22:32 +0100 Subject: Add a few keyboard shortcuts --- fastiv.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fastiv.c') diff --git a/fastiv.c b/fastiv.c index 805ed0c..9c0b11f 100644 --- a/fastiv.c +++ b/fastiv.c @@ -130,9 +130,15 @@ static struct key_group help_keys_view[] = { {} }}, {"Configuration", (struct key[]) { +#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 + {"e", "Toggle low-quality JPEG enhancement"}, +#endif {} }}, {"Control", (struct key[]) { -- cgit v1.2.3