diff options
author | nirav <nirav@teisuu.com> | 2019-04-27 17:26:15 +0000 |
---|---|---|
committer | nirav <nirav@teisuu.com> | 2019-04-27 17:26:15 +0000 |
commit | c158e0596f6f103ee2e5465051d03028f7b9b181 (patch) | |
tree | a80297bb59e6f839927791950542de06ea77d010 /doc/qwe.1.scd | |
parent | 0d565e46953e433fa13149f54593c09f099ef7df (diff) | |
download | im-c158e0596f6f103ee2e5465051d03028f7b9b181.tar.gz im-c158e0596f6f103ee2e5465051d03028f7b9b181.zip |
Diffstat (limited to 'doc/qwe.1.scd')
-rw-r--r-- | doc/qwe.1.scd | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/doc/qwe.1.scd b/doc/qwe.1.scd deleted file mode 100644 index be83cae..0000000 --- a/doc/qwe.1.scd +++ /dev/null @@ -1,67 +0,0 @@ -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) |