User Tools

Site Tools


blog:thinkpad_middle_mouse_scrolling

This is an old revision of the document!


Thinkpad middle mouse scrolling

Enable thinkpad middle button trackpoint scrolling:

sudo nano /usr/lib/X11/xorg.conf.d/20-thinkpad.conf

And enter:

Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc.   Composite TouchPad / TrackPoint"
MatchDevicePath "/dev/input/event*"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection

Ref: http://www.eastwoodzhao.com/thinkpad-middle-button-scroll-ubuntu-linux/

~~LINKBACK~~

Discussion

Enter your comment. Wiki syntax is allowed:
  _      __  ____   __  ___  _____   __  ___
 | | /| / / /_  /  /  |/  / / ___/  /  |/  /
 | |/ |/ /   / /_ / /|_/ / / (_ /  / /|_/ / 
 |__/|__/   /___//_/  /_/  \___/  /_/  /_/
 
blog/thinkpad_middle_mouse_scrolling.1310913026.txt.gz · Last modified: 2011-07-17 16:30 by brb