Add to rightclickpaste Button2 as well
This commit is contained in:
parent
fe24022e12
commit
97456b3325
1 changed files with 1 additions and 1 deletions
2
x.c
2
x.c
|
@ -703,7 +703,7 @@ brelease(XEvent *e)
|
|||
if (mouseaction(e, 1))
|
||||
return;
|
||||
|
||||
if (e->xbutton.button == Button3)
|
||||
if (e->xbutton.button == Button3 | e->xbutton.button == Button2)
|
||||
selpaste(NULL);
|
||||
else if (e->xbutton.button == Button1)
|
||||
mousesel(e, 1);
|
||||
|
|
Loading…
Add table
Reference in a new issue