[hackers] [sent] Add 'n' and 'p' keys to navigate slides || Alexis

From: <git_AT_suckless.org>
Date: Thu, 3 Dec 2015 23:00:51 +0100 (CET)

commit 98e18541897b019d1c8bbd4b7a0ba51e65974a98
Author: Alexis <surryhill_AT_gmail.com>
AuthorDate: Thu Nov 26 15:22:01 2015 +0100
Commit: Markus Teich <markus.teich_AT_stusta.mhn.de>
CommitDate: Thu Dec 3 23:00:53 2015 +0100

    Add 'n' and 'p' keys to navigate slides

diff --git a/config.def.h b/config.def.h
index 0a56047..2dae620 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -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} },
 };
Received on Thu Dec 03 2015 - 23:00:51 CET

This archive was generated by hypermail 2.3.0 : Thu Dec 03 2015 - 23:12:18 CET