Updated docs
This commit is contained in:
parent
abb5feeb78
commit
e2ea759444
|
@ -58,8 +58,11 @@ thumbnail mode are denoted via brackets:
|
||||||
|
|
||||||
n,Space Go to the next image
|
n,Space Go to the next image
|
||||||
p,Backspace Go to the previous image
|
p,Backspace Go to the previous image
|
||||||
g/G Go to [select] first/last image
|
g,G Go to [select] first/last image
|
||||||
[/] Go 10 images backward/forward
|
[,] Go 10 images backward/forward
|
||||||
|
|
||||||
|
Ctrl-n,p Go to the next/previous frame of a multi-frame image
|
||||||
|
Ctrl-Space Play/pause animation of a multi-frame image
|
||||||
|
|
||||||
+,= Zoom in
|
+,= Zoom in
|
||||||
- Zoom out
|
- Zoom out
|
||||||
|
|
10
sxiv.1
10
sxiv.1
|
@ -111,6 +111,16 @@ Go 10 images backward.
|
||||||
.TP
|
.TP
|
||||||
.B ]
|
.B ]
|
||||||
Go 10 images forward.
|
Go 10 images forward.
|
||||||
|
.SS Handle multi-frame images
|
||||||
|
.TP
|
||||||
|
.B Ctrl-n
|
||||||
|
Go to the next frame of a multi-frame image.
|
||||||
|
.TP
|
||||||
|
.B Ctrl-p
|
||||||
|
Go to the previous frame of a multi-frame image.
|
||||||
|
.TP
|
||||||
|
.B Ctrl-Space
|
||||||
|
Play/pause animation of a multi-frame image.
|
||||||
.SS Zooming
|
.SS Zooming
|
||||||
.TP
|
.TP
|
||||||
.BR + ", " =
|
.BR + ", " =
|
||||||
|
|
Loading…
Reference in New Issue