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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
.\" Generated by scdoc 1.2.3
.\" Fix weird quotation marks:
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" Disable hyphenation:
.nh
.\" Disable justification:
.ad l
.\" Generated content:
.TH "qwe" "1" "2018-09-09"
.P
.SH NAME
.P
qwe - a simple image viewer
.P
.SH SYNOPSIS
.P
\fBqwe\fR \fIfilename\fR
.P
.SH DESCRIPTION
.P
qwe is a image viewer written in GTK+. It can open any image file
supported by GdkPixbuf library, use \fB-f\fR flag to print the list of image
formats supported by GdkPixbuf.
.P
.P
.SH MODES
.P
qwe supports two image display modes, \fBFit\fR and \fBZoom\fR.
.P
.P
The default mode \fBFit\fR will resize the image to fit inside the current window
while maintaining the aspect ratio.
.P
.P
Zoom mode let's you zoom and pan (scroll) the zoomed-in image.
.P
.SH KEY BINDINGS
.P
qwe has separate key bindings for both \fBFit\fR and \fBZoom\fR mode.
.P
.SS FIT MODE
.P
.RS "4"
\fBj\fR, \fBl\fR, \fBn\fR, \fB<Down>\fR, \fB<Right>\fR Next image
.P
\fBk\fR, \fBh\fR, \fBp\fR, \fB<Up>\fR, \fB<Left>\fR Previous image
.P
.RE
.SS ZOOM MODE
.P
.RS "4"
\fBj\fR, \fB<Down>\fR Scroll down
.P
\fBk\fR, \fB<Up>\fR Scroll up
.P
\fBh\fR, \fB<Left>\fR Scroll left
.P
\fBl\fR, \fB<Right>\fR Scroll right
.P
\fBJ\fR, \fBL\fR, \fB<S-Down>\fR, \fB<S-Right>\fR Next image
.P
\fBK\fR, \fBH\fR, \fB<S-Up>\fR, \fB<S-Left>\fR Previous image
.P
.RE
.SS ANY MODE
.P
.RS "4"
\fB+\fR, \fB<C-ScrollWheelUp>\fR Zoom-in by 10% and switch to \fBZoom\fR mode
.P
\fB-\fR, \fB<C-ScrollWheelDown>\fR Zoom-out by 10% and switch to \fBZoom\fR mode
.P
\fB=\fR Reset zoom to 100% and switch to \fBZoom\fR mode
.P
\fBw\fR Switch to \fBFit\fR mode
.P
\fBq\fR Quit
.P
.RE
.SH SEE ALSO
.P
\fBsxiv\fR(1), \fBfeh\fR(1)
|