aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-01-26 18:38:54 +0100
committerBert <ber.t@gmx.com>2011-01-26 18:38:54 +0100
commitf47092cda2b243519327e4a390f4b87220b4a39a (patch)
tree24295e155b42b06531cbbf9621abc938a2653ab6 /README.md
parent0497a7f69d356f9008e0c89f390e6c72a9dbfbcc (diff)
downloadnsxiv-f47092cda2b243519327e4a390f4b87220b4a39a.tar.zst
Complete mouse support
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
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