aboutsummaryrefslogtreecommitdiff
path: root/fastiv.c
diff options
context:
space:
mode:
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[]) {