parent
57f441fe2e
commit
fdaa471669
1 changed files with 4 additions and 4 deletions
8
config.h
8
config.h
|
@ -255,10 +255,10 @@ static uint forcemousemod = ShiftMask;
|
|||
static MouseShortcut mshortcuts[] = {
|
||||
/* mask button function argument release screen */
|
||||
// { XK_ANY_MOD, Button2, clippaste, {.i = 0}, 1 },
|
||||
{ ShiftMask, Button4, ttysend, {.s = "\033[5;2~"} },
|
||||
{ ShiftMask, Button5, ttysend, {.s = "\033[6;2~"} },
|
||||
{ XK_ANY_MOD, Button4, ttysend, {.s = "\031"} },
|
||||
{ XK_ANY_MOD, Button5, ttysend, {.s = "\005"} },
|
||||
// { ShiftMask, Button4, ttysend, {.s = "\033[5;2~"} },
|
||||
// { ShiftMask, Button5, ttysend, {.s = "\033[6;2~"} },
|
||||
// { XK_ANY_MOD, Button4, ttysend, {.s = "\031"} },
|
||||
// { XK_ANY_MOD, Button5, ttysend, {.s = "\005"} },
|
||||
};
|
||||
|
||||
/* Internal keyboard shortcuts. */
|
||||
|
|
Loading…
Add table
Reference in a new issue