X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=config.h%2Fst%2Fconfig.h;h=45b69433b46f0d0067613255bb12840299aaf496;hb=HEAD;hp=7d82da82bc496b30c8c3470209ac61ee45e0b6cc;hpb=7637ae4790f12008ff27ba2134153ce20296a6fa;p=dotfiles.git diff --git a/config.h/st/config.h b/config.h/st/config.h index 7d82da8..45b6943 100644 --- a/config.h/st/config.h +++ b/config.h/st/config.h @@ -175,7 +175,9 @@ static uint forcemousemod = ShiftMask; static MouseShortcut mshortcuts[] = { /* mask button function argument release */ { XK_ANY_MOD, Button2, selpaste, {.i = 0}, 1 }, + { ShiftMask, Button4, ttysend, {.s = "\033[5;2~"} }, { XK_ANY_MOD, Button4, ttysend, {.s = "\031"} }, + { ShiftMask, Button5, ttysend, {.s = "\033[6;2~"} }, { XK_ANY_MOD, Button5, ttysend, {.s = "\005"} }, };