diff options
author | Bert <ber.t@gmx.com> | 2011-02-06 18:45:00 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-02-06 18:45:00 +0100 |
commit | f57954b7aa9b6ad8e2a92554c36e71c605c6a568 (patch) | |
tree | 0f6c12fab7c7fd8d8e474cc2b24c6b899fa54b61 | |
parent | 603e664f7c9fc5cb228eef90fdaa501ac5dfa3bb (diff) |
Updated doc, 0/W/w key-mappings
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | sxiv.1 | 9 |
2 files changed, 12 insertions, 0 deletions
@@ -53,8 +53,11 @@ Use the following keys to control sxiv: [/] Go 10 images backward/forward +,= Zoom in - 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) <,> Rotate image (counter-)clockwise by 90 degrees + W Resize window to fit image f Toggle fullscreen mode (requires an EWMH/NetWM compliant window manager) a Toggle anti-aliasing @@ -91,6 +91,12 @@ Zoom in. .TP .B \- Zoom out. +.TP +.B 0 +Set zoom level to 100%. +.TP +.B w +Set zoom level to fit image into window. .SS Panning .TP .BR h ", " Left @@ -113,6 +119,9 @@ Rotate image counter-clockwise by 90 degrees. Rotate image clockwise by 90 degrees. .SS Control window .TP +.B W +Resize window to fit image. +.TP .B f Toggle fullscreen mode. .SS Miscellaneous |