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.1311939407.txt.gz · Last modified: 2011-07-29 13:36 by brb