pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f876810
)
Adding PgUp + Ctrl.
author
Christoph Lohmann
<20h@r-36.net>
Fri, 29 Mar 2013 17:45:09 +0000
(18:45 +0100)
committer
Christoph Lohmann
<20h@r-36.net>
Fri, 29 Mar 2013 17:45:09 +0000
(18:45 +0100)
Thanks stargrave@stargrave.org!
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
4114f4b
..
75abefb
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-216,6
+216,7
@@
static Key key[] = {
{ 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, ShiftMask, "\033[5;2~", 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},