(bnc#869097) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-input-evdev?expand=0&rev=32
12 lines
484 B
Plaintext
12 lines
484 B
Plaintext
Section "InputClass"
|
|
# Novell Bugs #597214, #780626, #843333, #861813
|
|
Identifier "Trackpoint Wheel Emulation"
|
|
MatchProduct "TPPS/2 IBM TrackPoint|ThinkPad USB Keyboard with TrackPoint"
|
|
MatchIsPointer "on"
|
|
Driver "evdev"
|
|
Option "EmulateWheel" "on"
|
|
Option "EmulateWheelButton" "2"
|
|
# Since middle button is in use now these button events need to be emulated (bnc#869097)
|
|
Option "Emulate3Buttons" "on"
|
|
EndSection
|