From 43a04c4757f4a20c3b9b1487ea7894c0f3e73708 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Tue, 4 Feb 2014 23:03:53 +0100 Subject: Revised scale mode and zoom level handling - Scale mode is not reset to default value upon image loading anymore - New default key binding to change mode to scale-down - Removed scale mode setting from config.h - Removed -d command line option, as this is now the default at startup --- sxiv.1 | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'sxiv.1') diff --git a/sxiv.1 b/sxiv.1 index 7999efd..5000b11 100644 --- a/sxiv.1 +++ b/sxiv.1 @@ -3,7 +3,7 @@ sxiv \- Simple X Image Viewer .SH SYNOPSIS .B sxiv -.RB [ \-bcdFfhiopqrstvZ ] +.RB [ \-bcFfhioqrstvZ ] .RB [ \-G .IR GAMMA ] .RB [ \-g @@ -38,9 +38,6 @@ Do not show info bar on bottom of window. .B \-c Remove all orphaned cache files from the thumbnail cache directory and exit. .TP -.B \-d -Scale all images to 100%, but fit large images into window. -.TP .B \-F Make the window fixed/floating by setting the minimum and maximum width/height size-hints to the window width/height. @@ -84,7 +81,7 @@ Search the given directories recursively for images to view. Start in slideshow mode. Set the delay between images to DELAY seconds. .TP .B \-s -Scale all images to fit into window. +Fit images to window. .TP .B \-t Start in thumbnail mode. @@ -96,9 +93,7 @@ Print version information to standard output and exit. The same as `\-z 100'. .TP .BI "\-z " ZOOM -Scale all images to the current zoom level, use a zoom level of -.I ZOOM -at startup. +Set zoom level to ZOOM percent. .SH GENERAL KEYBOARD COMMANDS The following keyboard commands are available in both image and thumbnail mode: .TP @@ -229,13 +224,16 @@ Set zoom level to 100%, or .IR count %. .TP .B w -Set zoom level to fit image into window. +Set zoom level to 100%, but fit large images into window. +.TP +.B W +Fit image to window. .TP .B e -Set zoom level to fit image width to window width. +Fit image to window width. .TP .B E -Set zoom level to fit image height to window height. +Fit image to window height. .SS Panning .TP .BR h ", " Left -- cgit v1.2.3