aboutsummaryrefslogtreecommitdiff
path: root/doc/qwe.1.scd
diff options
context:
space:
mode:
authornirav <nirav@teisuu.com>2018-09-09 19:52:58 +0530
committerDandelion <nirav@teisuu.com>2018-09-10 01:50:10 +0530
commitff5c3f5ac19a8cf4d4e6fa6a3e4541f3d8d71102 (patch)
tree8d0febeb20d4ea4ab67fc78f78b4773e4af99e62 /doc/qwe.1.scd
parent0e18c9651e8a2f01a8ca3fe0fda7c7db7832d5dc (diff)
downloadim-ff5c3f5ac19a8cf4d4e6fa6a3e4541f3d8d71102.tar.gz
im-ff5c3f5ac19a8cf4d4e6fa6a3e4541f3d8d71102.zip
Added manual, updated makefile
Diffstat (limited to 'doc/qwe.1.scd')
-rw-r--r--doc/qwe.1.scd67
1 files changed, 67 insertions, 0 deletions
diff --git a/doc/qwe.1.scd b/doc/qwe.1.scd
new file mode 100644
index 0000000..be83cae
--- /dev/null
+++ b/doc/qwe.1.scd
@@ -0,0 +1,67 @@
+qwe(1)
+
+# NAME
+
+qwe - a simple image viewer
+
+# SYNOPSIS
+
+*qwe* _filename_
+
+# DESCRIPTION
+
+qwe is a image viewer written in GTK+. It can open any image file
+supported by GdkPixbuf library, use *-f* flag to print the list of image
+formats supported by GdkPixbuf.
+
+
+# MODES
+
+qwe supports two image display modes, *Fit* and *Zoom*.
+
+
+The default mode *Fit* will resize the image to fit inside the current window
+while maintaining the aspect ratio.
+
+
+Zoom mode let's you zoom and pan (scroll) the zoomed-in image.
+
+# KEY BINDINGS
+
+qwe has separate key bindings for both *Fit* and *Zoom* mode.
+
+## FIT MODE
+
+ *j*, *l*, *n*, *<Down>*, *<Right>* Next image
+
+ *k*, *h*, *p*, *<Up>*, *<Left>* Previous image
+
+## ZOOM MODE
+
+ *j*, *<Down>* Scroll down
+
+ *k*, *<Up>* Scroll up
+
+ *h*, *<Left>* Scroll left
+
+ *l*, *<Right>* Scroll right
+
+ *J*, *L*, *<S-Down>*, *<S-Right>* Next image
+
+ *K*, *H*, *<S-Up>*, *<S-Left>* Previous image
+
+## ANY MODE
+
+ *+*, *<C-ScrollWheelUp>* Zoom-in by 10% and switch to *Zoom* mode
+
+ *-*, *<C-ScrollWheelDown>* Zoom-out by 10% and switch to *Zoom* mode
+
+ *=* Reset zoom to 100% and switch to *Zoom* mode
+
+ *w* Switch to *Fit* mode
+
+ *q* Quit
+
+# SEE ALSO
+
+*sxiv*(1), *feh*(1)