summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAlexis <surryhill@gmail.com>2015-11-26 15:22:01 +0100
committerMarkus Teich <markus.teich@stusta.mhn.de>2015-12-03 23:00:53 +0100
commit98e18541897b019d1c8bbd4b7a0ba51e65974a98 (patch)
tree14a0e39c9ef2bed37b222da0191f363960ed7d6f /config.def.h
parent91aeb01dcef28aea6e15ba7d1c9a094d01dfc41e (diff)
downloadsent-98e18541897b019d1c8bbd4b7a0ba51e65974a98.tar.gz
sent-98e18541897b019d1c8bbd4b7a0ba51e65974a98.tar.bz2
sent-98e18541897b019d1c8bbd4b7a0ba51e65974a98.zip
Add 'n' and 'p' keys to navigate slides
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 0a56047..2dae620 100644
--- a/config.def.h
+++ b/config.def.h
@@ -42,4 +42,6 @@ static Shortcut shortcuts[] = {
{ XK_Up, advance, {.i = -1} },
{ XK_Next, advance, {.i = +1} },
{ XK_Prior, advance, {.i = -1} },
+ { XK_n, advance, {.i = +1} },
+ { XK_p, advance, {.i = -1} },
};
Software created with 💖