summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authortsxv478 <vt0451@yandex.ru>2022-07-17 04:21:01 +0300
committertsxv478 <vt0451@yandex.ru>2022-07-17 04:21:01 +0300
commitc55eecda42c391c38effc56a9710d07bb19f855a (patch)
treefc41c9b8a67c0c33d5da178d91571f2ede4bea01 /config.def.h
parentc4b05ccc0669b09a332188bdbee237f7c2df69fe (diff)
scrollback patch
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 91ab8ca..e3b469b 100644
--- a/config.def.h
+++ b/config.def.h
@@ -201,6 +201,8 @@ static Shortcut shortcuts[] = {
{ TERMMOD, XK_Y, selpaste, {.i = 0} },
{ ShiftMask, XK_Insert, selpaste, {.i = 0} },
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0} },
+ { ShiftMask, XK_Page_Up, kscrollup, {.i = -1} },
+ { ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} },
};
/*