Updated doc, 0/W/w key-mappings
This commit is contained in:
parent
603e664f7c
commit
f57954b7aa
|
@ -53,8 +53,11 @@ Use the following keys to control sxiv:
|
||||||
[/] Go 10 images backward/forward
|
[/] Go 10 images backward/forward
|
||||||
+,= Zoom in
|
+,= Zoom in
|
||||||
- Zoom out
|
- Zoom out
|
||||||
|
0 Set zoom level to 100%
|
||||||
|
w Fit image into window
|
||||||
h,j,k,l Pan image left/down/up/right (also with arrow keys)
|
h,j,k,l Pan image left/down/up/right (also with arrow keys)
|
||||||
<,> Rotate image (counter-)clockwise by 90 degrees
|
<,> Rotate image (counter-)clockwise by 90 degrees
|
||||||
|
W Resize window to fit image
|
||||||
f Toggle fullscreen mode (requires an EWMH/NetWM compliant
|
f Toggle fullscreen mode (requires an EWMH/NetWM compliant
|
||||||
window manager)
|
window manager)
|
||||||
a Toggle anti-aliasing
|
a Toggle anti-aliasing
|
||||||
|
|
9
sxiv.1
9
sxiv.1
|
@ -91,6 +91,12 @@ Zoom in.
|
||||||
.TP
|
.TP
|
||||||
.B \-
|
.B \-
|
||||||
Zoom out.
|
Zoom out.
|
||||||
|
.TP
|
||||||
|
.B 0
|
||||||
|
Set zoom level to 100%.
|
||||||
|
.TP
|
||||||
|
.B w
|
||||||
|
Set zoom level to fit image into window.
|
||||||
.SS Panning
|
.SS Panning
|
||||||
.TP
|
.TP
|
||||||
.BR h ", " Left
|
.BR h ", " Left
|
||||||
|
@ -113,6 +119,9 @@ Rotate image counter-clockwise by 90 degrees.
|
||||||
Rotate image clockwise by 90 degrees.
|
Rotate image clockwise by 90 degrees.
|
||||||
.SS Control window
|
.SS Control window
|
||||||
.TP
|
.TP
|
||||||
|
.B W
|
||||||
|
Resize window to fit image.
|
||||||
|
.TP
|
||||||
.B f
|
.B f
|
||||||
Toggle fullscreen mode.
|
Toggle fullscreen mode.
|
||||||
.SS Miscellaneous
|
.SS Miscellaneous
|
||||||
|
|
Loading…
Reference in New Issue