patch: open-selected

This commit is contained in:
2026-01-01 15:07:12 -05:00
parent cef81e7128
commit ff42b9bd86
3 changed files with 27 additions and 0 deletions

View File

@@ -176,6 +176,7 @@ static uint forcemousemod = ShiftMask;
*/
static MouseShortcut mshortcuts[] = {
/* mask button function argument release */
{ ControlMask, Button2, selopen, {.i = 0}, 1 },
{ XK_ANY_MOD, Button4, kscrollup, {.i = 1}, 0, /* !alt */ -1 },
{ XK_ANY_MOD, Button5, kscrolldown, {.i = 1}, 0, /* !alt */ -1 },
{ XK_ANY_MOD, Button2, selpaste, {.i = 0}, 1 },