最終更新:2016-12-16 (金) 04:27:16 (2687d)  

Linux/usr/share/X11/xorg.conf.d/11-evdev-trackpoint.conf
Top / Linux / usr / share / X11 / xorg.conf.d / 11-evdev-trackpoint.conf

# trackpoint users want wheel emulation

Section "InputClass"
	Identifier	"trackpoint catchall"
	MatchIsPointer	"true"
	MatchProduct	"TrackPoint|DualPoint Stick"
	MatchDevicePath	"/dev/input/event*"
	Option	"Emulate3Buttons"	"true"
	Option	"EmulateWheel"	"true"
	Option	"EmulateWheelButton"	"2"
	Option	"XAxisMapping"	"6 7"
	Option	"YAxisMapping"	"4 5"
EndSection