Register space to advance to the next slide - sent - simple plaintext presentation tool
(HTM) git clone git://git.suckless.org/sent
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit c3cd2edca606b463e775a10ed2498f38cd86555f
(DIR) parent 448fe33370e1252ea5755066c0623b2c67818357
(HTM) Author: Jan Christoph Ebersbach <jceb@e-jc.de>
Date: Tue, 17 Nov 2015 06:42:34 +0100
Register space to advance to the next slide
Diffstat:
M config.def.h | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git 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} },