From: Christoph Lohmann <20h@r-36.net> Date: Fri, 29 Mar 2013 17:43:32 +0000 (+0100) Subject: Adding PgUp and PgDown + Ctrl to config.def.h X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=commitdiff_plain;h=f876810626773828747f48675a6d1f33dc163662 Adding PgUp and PgDown + Ctrl to config.def.h Thanks stargrave@stargrave.org! --- 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},