JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Adding PgUp + Ctrl.
authorChristoph Lohmann <20h@r-36.net>
Fri, 29 Mar 2013 17:45:09 +0000 (18:45 +0100)
committerChristoph Lohmann <20h@r-36.net>
Fri, 29 Mar 2013 17:45:09 +0000 (18:45 +0100)
Thanks stargrave@stargrave.org!

config.def.h

index 4114f4b..75abefb 100644 (file)
@@ -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},