diff options
| author | func-E <account-email@tutanota.com> | 2022-06-13 18:35:49 -0400 |
|---|---|---|
| committer | func-E <account-email@tutanota.com> | 2022-06-13 18:35:49 -0400 |
| commit | 1d633955731d35457b22db98e52cf154fe5f5440 (patch) | |
| tree | 38d8a441b05006402fecf08b65996a8ac007b5f2 /config.def.h | |
| parent | 79a595f59ed838ce65fe69689f3ac1e7ac88a968 (diff) | |
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 49867f6..b6ac358 100644 --- a/config.def.h +++ b/config.def.h @@ -207,6 +207,8 @@ static Shortcut shortcuts[] = { { TERMMOD, XK_Num_Lock, numlock, {.i = 0} }, { TERMMOD, XK_Escape, keyboard_select,{.i = 0} }, { TERMMOD, XK_Return, newterm, {.i = 0} }, + { ShiftMask, XK_Page_Up, kscrollup, {.i = -1} }, + { ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} }, }; /* |
