Disabling middle mouse paste linux?
Posted: Sat Apr 26, 2008 3:55 am
I just did a fresh install of ubuntu hardy, and I cannot figure out how I had the middle mouse button working for scroll, but not acting as a paste. This is annoying because if I am scrolling up a document, it pastes whatever I last selected into wherever I begin scrolling from, messing everything up, and often without me able to notice.
I don't believe I had this problem in Gutsy, but I remember having it at one point. I cannot find anywhere that says how to get the scroll working but to get rid of the paste-behavior.
here is my mouse section in xorg.conf so far:
I don't believe I had this problem in Gutsy, but I remember having it at one point. I cannot find anywhere that says how to get the scroll working but to get rid of the paste-behavior.
here is my mouse section in xorg.conf so far:
Code: Select all
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "EmulateWheel" "on"
Option "EmulateWheelTimeout" "200"
Option "EmulateWheelButton" "2"
Option "YAxisMapping" "4 5"
Option "XAxisMapping" "6 7"
EndSection