From: Jan Christoph Ebersbach Date: Tue, 17 Nov 2015 05:42:34 +0000 (+0100) Subject: Register space to advance to the next slide X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=c3cd2edca606b463e775a10ed2498f38cd86555f;p=sent.git 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} },