Introduction
Introduction Statistics Contact Development Disclaimer Help
Add 'n' and 'p' keys to navigate slides - sent - simple plaintext presentation …
git clone git://git.suckless.org/sent
Log
Files
Refs
README
LICENSE
---
commit 98e18541897b019d1c8bbd4b7a0ba51e65974a98
parent 91aeb01dcef28aea6e15ba7d1c9a094d01dfc41e
Author: Alexis <[email protected]>
Date: Thu, 26 Nov 2015 15:22:01 +0100
Add 'n' and 'p' keys to navigate slides
Diffstat:
M config.def.h | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
diff --git 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} },
};
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.