aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.def.h
diff options
context:
space:
mode:
authorGravatar Christoph Lohmann <20h@r-36.net>2013-03-29 18:43:32 +0100
committerGravatar Christoph Lohmann <20h@r-36.net>2013-03-29 18:43:32 +0100
commitf876810626773828747f48675a6d1f33dc163662 (patch)
tree0143e477b78c4bef2760e94bf5bc11c1b59be0c4 /config.def.h
parenta1e3b94b374c269f9d379f40b67b8519a485b8a6 (diff)
Adding PgUp and PgDown + Ctrl to config.def.h
Thanks stargrave@stargrave.org!
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 34884c0..4114f4b 100644
--- a/config.def.h
+++ b/config.def.h
@@ -215,7 +215,9 @@ static Key key[] = {
{ XK_End, ShiftMask, "\033[K", -1, 0, 0},
{ XK_End, ShiftMask, "\033[1;2F", +1, 0, 0},
{ XK_End, XK_ANY_MOD, "\033[4~", 0, 0, 0},
+ { XK_Prior, ControlMask, "\033[5;5~", 0, 0, 0},
{ XK_Prior, XK_NO_MOD, "\033[5~", 0, 0, 0},
+ { XK_Next, ControlMask, "\033[6;5~", 0, 0, 0},
{ XK_Next, ShiftMask, "\033[6;2~", 0, 0, 0},
{ XK_Next, XK_ANY_MOD, "\033[6~", 0, 0, 0},
{ XK_F1, XK_NO_MOD, "\033OP" , 0, 0, 0},