commit c3cd2edca606b463e775a10ed2498f38cd86555f
Author: Jan Christoph Ebersbach <[email protected]>
AuthorDate: Tue Nov 17 06:42:34 2015 +0100
Commit: Markus Teich <[email protected]>
CommitDate: Tue Nov 17 11:23:20 2015 +0100
Register space to advance to the next slide
diff --git a/config.def.h b/config.def.h
index 39772fb..6ecc267 100644
--- a/config.def.h
+++ b/config.def.h
@@ -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} },