1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[options]
background = {color/background/hex}
overlay = false
overlay_font = 'Source Code Pro:16'
overlay_text = "[$imv_current_index/$imv_file_count] $imv_current_file"
overlay_text_color = {color/popup_foreground/hex}
overlay_background_color = {color/popup_background/hex}
overlay_background_alpha = ff
scaling_mode = shrink
suppress_default_binds = true
[binds]
# General
{key/quit} = quit
{key/v} = overlay
{key/zoom} = fullscreen
{key/reload} = reset
<Shift+{key/close/upp}> = close
<Shift+{key/P}> = exec echo $imv_current_file; close
# Navigation
<{key/left/Left}> = prev
<Shift+{key/left/upp}> = prev
<Ctrl+{key/previous/low}> = prev
<{key/right/Right}> = next
<Shift+{key/right/upp}> = next
<Ctrl+{key/next/low}> = next
{key/goto_top}{key/goto_top} = goto 1
<Shift+{key/goto_bottom/upp}> = goto -1
# Panning
{key/c} = center
{key/left} = pan 50 0
{key/down} = pan 0 -50
{key/up} = pan 0 50
{key/right} = pan -50 0
# Zooming
<Ctrl+Shift+{key/zoom_in/plus}> = zoom 5
<Ctrl+{key/zoom_out/minus}> = zoom -5
<Ctrl+{key/zoom_reset/equal}> = zoom actual
# Scaling
{key/s}{key/c} = scaling crop
{key/s}{key/f} = scaling full
{key/s}{key/n} = scaling none
{key/s}{key/s} = scaling shrink
# Rotating
{key/t}{key/right} = rotate by 90
{key/t}{key/left} = rotate by -90
# Flipping
{key/f}{key/h} = flip horizontal
{key/f}{key/v} = flip vertical
# Gif playback
<{key/period}> = next_frame
<{key/space}> = toggle_playing