diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2022-07-17 15:25:56 +0200 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2022-07-17 15:26:20 +0200 | 
| commit | 94f6938b9abfb7f66df632aa94775e0c5e8d6c17 (patch) | |
| tree | f938e5e51f8d29def18f6971e1423354dfc3528b /fiv.c | |
| parent | 62b1e83541a0d42315227cd2237d230c4a4195a6 (diff) | |
| download | fiv-94f6938b9abfb7f66df632aa94775e0c5e8d6c17.tar.gz fiv-94f6938b9abfb7f66df632aa94775e0c5e8d6c17.tar.xz fiv-94f6938b9abfb7f66df632aa94775e0c5e8d6c17.zip  | |
Add a key binding for keeping the zoom/position
Diffstat (limited to 'fiv.c')
| -rw-r--r-- | fiv.c | 3 | 
1 files changed, 2 insertions, 1 deletions
@@ -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  | 
