projects
/
sent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
448fe33
)
Register space to advance to the next slide
author
Jan Christoph Ebersbach
<jceb@e-jc.de>
Tue, 17 Nov 2015 05:42:34 +0000
(06:42 +0100)
committer
Markus Teich
<markus.teich@stusta.mhn.de>
Tue, 17 Nov 2015 10:23:20 +0000
(11:23 +0100)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index 39772fb5654cce9865279b5867d6f3b2346c0440..6ecc2677306b151256b0375e9a72cc59fbdb53bc 100644
(file)
--- 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} },