Browse Source

Adding PgUp + Ctrl.

Thanks stargrave@stargrave.org!
master
Christoph Lohmann 11 years ago
parent
commit
adde5c6d9d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      config.def.h

+ 1
- 0
config.def.h View 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},


Loading…
Cancel
Save