summaryrefslogtreecommitdiffstats
path: root/sxiv.1
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-01-26 18:38:54 +0100
committerBert <ber.t@gmx.com>2011-01-26 18:38:54 +0100
commitf47092cda2b243519327e4a390f4b87220b4a39a (patch)
tree24295e155b42b06531cbbf9621abc938a2653ab6 /sxiv.1
parent0497a7f69d356f9008e0c89f390e6c72a9dbfbcc (diff)
downloadnsxiv-f47092cda2b243519327e4a390f4b87220b4a39a.tar.zst
Complete mouse support
Diffstat (limited to 'sxiv.1')
-rw-r--r--sxiv.133
1 files changed, 31 insertions, 2 deletions
diff --git a/sxiv.1 b/sxiv.1
index 3299cb1..14e34c5 100644
--- a/sxiv.1
+++ b/sxiv.1
@@ -26,7 +26,7 @@ Quit sxiv.
.TP
.B Escape
Quit sxiv and return an exit value of 2.
-.SS Navigate image list
+.SS Navigate image list
.TP
.BR Space ", " n
Go to the next image.
@@ -80,6 +80,34 @@ Toggle fullscreen mode.
.TP
.B a
Toggle anti-aliasing.
+.SH MOUSE COMMANDS
+.SS Navigate image list
+.TP
+.B Button1
+Go to the next image.
+.TP
+.B Button3
+Go to the previous image.
+.SS Zooming
+.TP
+.B Ctrl+ScrollUp
+Zoom in.
+.TP
+.B Ctrl+ScrollDown
+Zoom out.
+.SS Panning
+.TP
+.B ScrollUp
+Pan up.
+.TP
+.B ScrollDown
+Pan down.
+.TP
+.B Shift+ScrollUp
+Pan left.
+.TP
+.B Shift+ScrollDown
+Pan right.
.SH AUTHORS
.TP
Bert Muennich <ber.t at gmx.com>
@@ -87,4 +115,5 @@ Bert Muennich <ber.t at gmx.com>
.TP
http://github.com/muennich/sxiv
.SH SEE ALSO
-.BR feh (1), qiv (1)
+.BR feh (1),
+.BR qiv (1)