# HG changeset patch # User Matti Hamalainen # Date 1544024588 -7200 # Node ID 1ad8382e36708b439dbe5221f534aa52fe1ecb7f # Parent 6677535b8b9f1762a3e506a3912607c4179a0ebc Make space-key go to next image in addition to arrow right/up. diff -r 6677535b8b9f -r 1ad8382e3670 tools/64vw.c --- 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)