How to configure your trackpoint to emulate mouse wheel on Fedora 13
Comment configurer le troisième bouton de votre trackpoint pour émuler la roulette de la souris sous Fedora 13
English version
Some time ago I posted how to configure the trackpoint to emulate the mouse wheel on Fedora 11.
However, with the new release of Fedora, this configuration does not work anymore, as explained in the documentation.
So there is the new protocol to emulate the mouse wheel with the trackpoint:
- Create a file
/etc/X11/xorg.conf.d/mouse.conf
- Put this into it:
Section "InputClass" Identifier "Wheel Emulation" MatchIsPointer "on" MatchProduct "TrackPoint" Option "EmulateWheelButton" "2" Option "EmulateWheel" "on" EndSection
- Restart X
And there you go ! The middle click + the trackpoint emulate a mouse wheel.
French version
Il y a quelques temps j'avais posté comment émuler la roulette de la souris sur un trackpoint via hal.
Cependant avec le dernier hopus de Fedora, cette configuration ne fonctionne plus, comme décrit dans la documentation.
Donc maintenant pour émuler la roulette de la souris sur un trackpoint il faut faire:
- Créer le fichier
/etc/X11/xorg.conf.d/mouse.conf
- Y mettre:
Section "InputClass" Identifier "Wheel Emulation" MatchIsPointer "on" MatchProduct "TrackPoint" Option "EmulateWheelButton" "2" Option "EmulateWheel" "on" EndSection
- Redémarrer X
Et voila ! Le bouton du milieu + le trackpoint vous permettent d'émuler la roulette de la souris.