Adding open selected text patch

This commit is contained in:
Bakkeby 2025-02-20 22:36:51 +01:00 committed by Antoine Vaure
parent 137bb152b3
commit c7503f5737
7 changed files with 34 additions and 1 deletions

View file

@ -401,6 +401,9 @@ static uint forcemousemod = ShiftMask;
*/
static MouseShortcut mshortcuts[] = {
/* mask button function argument release screen */
#if OPEN_SELECTED_TEXT_PATCH
{ ControlMask, Button2, selopen, {.i = 0}, 1 },
#endif // OPEN_SELECTED_TEXT_PATCH
#if CLIPBOARD_PATCH
{ XK_ANY_MOD, Button2, clippaste, {.i = 0}, 1 },
#else