Linux
::Activer le bouton de scroll thinkpad sous ubuntu
[Trackback]
Date : 2008-01-26@15:50:50
Rang : 0
Pour utiliser le troisième bouton du Trackpoint pour scroller sur votre thinkpad il faut editer le fichier /etc/X11/xorg.conf et modifier la section mouse pour qu'elle ressemble à cela :
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
EndSection
