summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-02-11 22:05:30 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-02-11 22:05:30 +0100
commit073271c5a48aec74fdf12e6e857a1821b926bdd2 (patch)
treec1b7ddf951bcb86e3a6eda751d04fa6f5d51ffb2
parent0135813d97f3b8bbd810db3e83a63e720e35ef31 (diff)
Fix keypad keys in feh(1)
-rw-r--r--feh.19
1 files changed, 9 insertions, 0 deletions
diff --git a/feh.1 b/feh.1
index be38c1e..4dfd0b5 100644
--- a/feh.1
+++ b/feh.1
@@ -558,25 +558,34 @@ Close current window
.TP 5
.B q, Q
Quit feh
+.TP 5
.B <KEYPAD LEFT>
Move the image to the left
+.TP 5
.B <KEYPAD RIGHT>
Move the image to the right
+.TP 5
.B <KEYPAD UP>
Move the image up
+.TP 5
.B <KEYPAD DOWN>
Move the image down
+.TP 5
.B <KEYPAD BEGIN>
Antialias the image.
When controlling feh with the mouse, this is done by default as soon as the
respective mouse button is released; in keypad mode, you need to press this
button.
+.TP 5
.B <KEYPAD +>
Zoom in
+.TP 5
.B <KEYPAD ->
Zoom out
+.TP 5
.B <KEYPAD *>
Zoom to 100%
+.TP 5
.B <KEYPAD />
Zoom to fit the window
.SH MOUSE ACTIONS