PDA

View Full Version : [SOLVED] middle click paste



cmcanulty
November 7th, 2014, 04:52 PM
My middle click paste that I love stopped working, how do I fix it? I am running xubuntu14.04 64bit.

ajgreeny
November 7th, 2014, 09:19 PM
Has it just stopped working, or did this happen after an update from a previous Xubuntu version?

Middle click to paste is working fine here.

Impavidus
November 7th, 2014, 09:26 PM
Are other middle click functions still working? Just to rule out a broken mouse button.

cmcanulty
November 7th, 2014, 10:20 PM
yes it scrolls OK it just stopped pasting yesterday and I love that function especially for the terminal

ajgreeny
November 8th, 2014, 12:46 PM
How about a middle-click on a link to open a new tab in Firefox or Chromium? Does that work?

Impavidus
November 8th, 2014, 01:53 PM
If you open up a mouse you can see that the middle click with the mouse wheel works by the entire wheel mounting pushing on a simple push button, whereas scrolling works using a light sensor in the wheel mounting counting the spokes of the wheel. So the clicking and scrolling actions are unrelated.

OidaWappler
November 8th, 2014, 02:33 PM
You can use xev to monitor mouse events: (event mouse works as a filter)

xev -event mouse

Something like that should show in the terminal while hitting the middle button (=button 2) whereas scrolling is Button 4 and 5 ! As previously noted it is not the same switch at all.

ButtonRelease event, serial 25, synthetic NO, window 0x4600001,
root 0x2c6, subw 0x0, time 21531884, (83,120), root:(634,714),
state 0x210, button 2, same_screen YES

Just to see if it is driver/hardware related or a config issue ...

cmcanulty
November 8th, 2014, 02:39 PM
weird I put that in terminal and all the sudden it works again, thanks