Commit 073271c5 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Fix keypad keys in feh(1)

parent 0135813d
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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