aboutsummaryrefslogtreecommitdiff
path: root/fastiv.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-12-25 18:22:32 +0100
committerPřemysl Eric Janouch <p@janouch.name>2021-12-25 18:28:37 +0100
commit035997750ef2c2026ab8de38a90fdad82b1df04a (patch)
treed81a0d499a7f60a176f454ae3bd278ce23f48765 /fastiv.c
parent7a4b5cd065b7f944cbed22021a0ee6ed9df007d2 (diff)
downloadfiv-035997750ef2c2026ab8de38a90fdad82b1df04a.tar.gz
fiv-035997750ef2c2026ab8de38a90fdad82b1df04a.tar.xz
fiv-035997750ef2c2026ab8de38a90fdad82b1df04a.zip
Add a few keyboard shortcuts
Diffstat (limited to 'fastiv.c')
-rw-r--r--fastiv.c6
1 files changed, 6 insertions, 0 deletions
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[]) {