pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1e3b94
)
Adding PgUp and PgDown + Ctrl to config.def.h
author
Christoph Lohmann
<20h@r-36.net>
Fri, 29 Mar 2013 17:43:32 +0000
(18:43 +0100)
committer
Christoph Lohmann
<20h@r-36.net>
Fri, 29 Mar 2013 17:43:32 +0000
(18:43 +0100)
Thanks stargrave@stargrave.org!
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
34884c0
..
4114f4b
100644
(file)
--- 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},