Adding open selected text patch
This commit is contained in:
parent
137bb152b3
commit
c7503f5737
7 changed files with 34 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue