Fixing some key issues with mc. Thanks nsz!

This commit is contained in:
Christoph Lohmann 2012-11-16 05:43:00 +01:00
parent 440a19a662
commit 1cbe56026b
1 changed files with 1 additions and 0 deletions

View File

@ -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},