Mittlere Maustaste zum Scrollen nutzen (Ubuntu Maverick Meerkat 10.10 & Thinkpad R61)

Nachdem ich beim Upgrade im Oktober auf Anhieb keine funktionierende Lösung für die Aktivierung der mittleren Maustaste zum Scrollen gefunden hatte, entdeckte ich gerade die Lösung im Netz.

unter

/usr/share/X11/xorg.conf.d

eine Datei namens

20-thinkpad.conf

mit folgendem Inhalt anlegen:

Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint|USB Trackpoint pointing device|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

Reboot, Logout oder X-Server neustarten und siehe da – das Scrollen mit Hilfe der mittleren Maustaste tuts endlich wieder. ;)

via ThinkWiki

2 Kommentare


  1. Super, danke für die Lösung funktioniert auch unter Debian Squeeze einwandfrei ;) Der „alte“ Ansatz scheint wohl nicht mehr so ohne weiteres zu funktionieren.


  2. Besten Dank! Funktioniert auch unter 11.04.

Comments are closed.

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Find out more about Webmentions.)