diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-25 18:22:32 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-25 18:28:37 +0100 |
commit | 035997750ef2c2026ab8de38a90fdad82b1df04a (patch) | |
tree | d81a0d499a7f60a176f454ae3bd278ce23f48765 /fastiv.c | |
parent | 7a4b5cd065b7f944cbed22021a0ee6ed9df007d2 (diff) | |
download | fiv-035997750ef2c2026ab8de38a90fdad82b1df04a.tar.gz fiv-035997750ef2c2026ab8de38a90fdad82b1df04a.tar.xz fiv-035997750ef2c2026ab8de38a90fdad82b1df04a.zip |
Add a few keyboard shortcuts
Diffstat (limited to 'fastiv.c')
-rw-r--r-- | fastiv.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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[]) { |