From f47092cda2b243519327e4a390f4b87220b4a39a Mon Sep 17 00:00:00 2001 From: Bert Date: Wed, 26 Jan 2011 18:38:54 +0100 Subject: Complete mouse support --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index fced5f8..36c335b 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,19 @@ Use the following keys to control sxiv: [/] Go 10 images backward/forward +,= Zoom in - Zoom out - h,j,k,l Scroll left/down/up/right + h,j,k,l Pan image left/down/up/right <,> Rotate image (counter-)clockwise by 90 degrees f Toggle fullscreen mode (requires an EWMH/NetWM compliant window manager) a Toggle anti-aliasing + +Additionally, sxiv can be controlled via the following mouse commands: + + Button1 Go to the next image + Button3 Go to the previous image + ScrollUp Pan image up + ScrollDown Pan image down + Shift+ScrollUp Pan image left + Shift+ScrollDown Pan image right + Ctrl+ScrollUp Zoom in + Ctrl+ScrollDown Zoom out -- cgit v1.2.3-54-g00ecf