aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann2012-11-16 05:43:00 +0100
committerChristoph Lohmann2012-11-16 05:43:00 +0100
commit134182626790e2f72d79a20ed8e3b8482ce3a098 (patch)
tree3c29a7297e841886f08b659552203e9fec3fc006 /config.def.h
parent05f51b3e93cba25060b51a6aa3fe6b80afe4dbd2 (diff)
downloadaur-134182626790e2f72d79a20ed8e3b8482ce3a098.tar.gz
Fixing some key issues with mc. Thanks nsz!
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index c0519a8dd636..3a2e38befa94 100644
--- 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},