Add a key binding for keeping the zoom/position

This commit is contained in:
2022-07-17 15:25:56 +02:00
parent 62b1e83541
commit 94f6938b9a
2 changed files with 3 additions and 1 deletions

3
fiv.c
View File

@@ -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