aboutsummaryrefslogtreecommitdiff
path: root/fiv.c
diff options
context:
space:
mode:
Diffstat (limited to 'fiv.c')
-rw-r--r--fiv.c3
1 files changed, 2 insertions, 1 deletions
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