Introduction
Introduction Statistics Contact Development Disclaimer Help
Register space to advance to the next slide - sent - simple plaintext presentat…
git clone git://git.suckless.org/sent
Log
Files
Refs
README
LICENSE
---
commit c3cd2edca606b463e775a10ed2498f38cd86555f
parent 448fe33370e1252ea5755066c0623b2c67818357
Author: Jan Christoph Ebersbach <[email protected]>
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(-)
---
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} },
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.