Right-click also paste from the selection
This commit is contained in:
parent
b2ecb752dc
commit
0d955b412c
1 changed files with 1 additions and 1 deletions
2
x.c
2
x.c
|
@ -654,7 +654,7 @@ brelease(XEvent *e)
|
|||
return;
|
||||
}
|
||||
|
||||
if (e->xbutton.button == Button2)
|
||||
if (e->xbutton.button == Button2 || e->xbutton.button == Button3)
|
||||
selpaste(NULL);
|
||||
else if (e->xbutton.button == Button1)
|
||||
mousesel(e, 1);
|
||||
|
|
Loading…
Add table
Reference in a new issue