Hi, Thank you very much for sent, it's awesome! Since Space is very common in other presentation tools to advance to the next slide it would be a great default for sent as well. The attached patch adds the Space key as another way to advance to the next slide.
Regards, Jan Christoph -- Jan Christoph Ebersbach I didn’t want some petty, inferior brand of righteousness that comes from keeping a list of rules when I could get the robust kind that comes from trusting Christ - God’s righteousness. Phil 3:9
From ca10921d45d1605647a882e101a52d612033640b Mon Sep 17 00:00:00 2001 From: Jan Christoph Ebersbach <j...@e-jc.de> Date: Tue, 17 Nov 2015 06:33:46 +0100 Subject: [PATCH] Register Space to advance to the next slide --- config.def.h | 1 + 1 file changed, 1 insertion(+) 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} }, -- 2.6.2
signature.asc
Description: PGP signature