diff options
Diffstat (limited to 'src/options.c')
-rw-r--r-- | src/options.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/options.c b/src/options.c index 44fa3bf..9fb50ff 100644 --- a/src/options.c +++ b/src/options.c @@ -1123,6 +1123,9 @@ show_usage(void) " q, Q Quit the slideshow\n" " <KEYPAD LEFT> Move the image to the left\n" " <KEYPAD RIGHT> Move the image to the right\n" +" <KEYPAD UP> Move the image up\n" +" <KEYPAD DOWN> Move the image down\n" +" <KEYPAD BEGIN> Antialias the image\n" " <KEYPAD +> Zoom in\n" " <KEYPAD -> Zoom out\n" " <KEYPAD *> Zoom to 100%%\n" |