[hackers] [sent] Register space to advance to the next slide || Jan Christoph Ebersbach

From: <git_AT_suckless.org>
Date: Tue, 17 Nov 2015 11:21:58 +0100 (CET)

commit c3cd2edca606b463e775a10ed2498f38cd86555f
Author: Jan Christoph Ebersbach <jceb_AT_e-jc.de>
AuthorDate: Tue Nov 17 06:42:34 2015 +0100
Commit: Markus Teich <markus.teich_AT_stusta.mhn.de>
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
_AT_@ -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} },
Received on Tue Nov 17 2015 - 11:21:58 CET

This archive was generated by hypermail 2.3.0 : Tue Nov 17 2015 - 11:24:17 CET