X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;ds=sidebyside;f=config.h%2Fst%2Fconfig.h;h=45b69433b46f0d0067613255bb12840299aaf496;hb=56e90aed1c4098aa7d33d039cef2be5bf180e6f7;hp=7d82da82bc496b30c8c3470209ac61ee45e0b6cc;hpb=0fc24de8e3845237a8331b3250edcf6a2e9fe131;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"} }, };