Register space to advance to the next slide

This commit is contained in:
Jan Christoph Ebersbach 2015-11-17 06:42:34 +01:00 committed by Markus Teich
parent 448fe33370
commit c3cd2edca6
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ static Shortcut shortcuts[] = {
{ XK_Right, advance, {.i = +1} },
{ XK_Left, advance, {.i = -1} },
{ XK_Return, advance, {.i = +1} },
{ XK_space, advance, {.i = +1} },
{ XK_BackSpace, advance, {.i = -1} },
{ XK_l, advance, {.i = +1} },
{ XK_h, advance, {.i = -1} },