changeset 2073:1ad8382e3670

Make space-key go to next image in addition to arrow right/up.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 05 Dec 2018 17:43:08 +0200
parents 6677535b8b9f
children 8cd012260976
files tools/64vw.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tools/64vw.c	Wed Dec 05 17:42:38 2018 +0200
+++ b/tools/64vw.c	Wed Dec 05 17:43:08 2018 +0200
@@ -374,6 +374,7 @@
                             currIndex = 0;
                         break;
 
+                    case SDLK_SPACE:
                     case SDLK_UP:
                     case SDLK_RIGHT:
                         if (currIndex < noptFilenames2 - 1)