LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Enable vertical scrolling with middle button on touchpad and trackpoint in RHEL 6.2 (https://www.linuxquestions.org/questions/linux-hardware-18/enable-vertical-scrolling-with-middle-button-on-touchpad-and-trackpoint-in-rhel-6-2-a-4175413978/)

chronograf 06-29-2012 04:19 AM

Enable vertical scrolling with middle button on touchpad and trackpoint in RHEL 6.2
 
Hello fellas,
I just bought ThinkPad T420 and put there RHEL 6.2 , now i need enable vertical scrolling with middle button on the touchpad and trackpoint . Maybe someone now how to do that .
Many thanks for any help with this task.
Pavlo

JohnPrimeXXL 07-10-2012 08:38 AM

Hi Pavio,

To enable scrolling via the middle-mouse-button in combination with the stick, add this to your xorg.conf:

Section "InputClass"
Identifier "ThinkPad TrackPoint"
MatchProduct "TPPS/2 IBM TrackPoint"
MatchDevicePath "/dev/input/event*"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection


All times are GMT -5. The time now is 11:56 AM.