pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
440a19a
)
Fixing some key issues with mc. Thanks nsz!
author
Christoph Lohmann
<20h@r-36.net>
Fri, 16 Nov 2012 04:43:00 +0000
(
05:43
+0100)
committer
Christoph Lohmann
<20h@r-36.net>
Fri, 16 Nov 2012 04:43:00 +0000
(
05:43
+0100)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
c0519a8
..
3a2e38b
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-170,6
+170,7
@@
static Key key[] = {
{ XK_Insert, XK_ANY_MOD, "\033[2~", 0, 0, 0},
{ XK_Delete, ShiftMask, "\033[3;2~", 0, 0, 0},
{ XK_Delete, XK_ANY_MOD, "\033[3~", 0, 0, 0},
+ { XK_Home, XK_NO_MOD, "\033[1~", 0, 0, 0},
{ XK_Home, ShiftMask, "\033[1;2H", 0, 0, 0},
{ XK_Home, XK_ANY_MOD, "\033[H", 0, 0, 0},
{ XK_End, ShiftMask, "\033[1;2F", 0, 0, 0},