Re: Middle button emulation...

Ralf Mattes rm at mh-freiburg.de
Sat Jul 1 13:16:32 UTC 2017


 
Am Samstag, 01. Juli 2017 15:00 CEST, "Ralf Mattes" <rm at mh-freiburg.de> schrieb: 
 

> [...]> 
> You could put something loike that (most likely you dont' have a PS/2 mouse :-)
> into /usr/share/X11/xorg.conf.d/my-mouse.conf

If you don't want to wite a configutation file you can also do this with xinput:

 # Find your pointing device
 xinput list 

 # find all configurable options of that device
 xinput list-props <your-device-id>

 # switch in middle button emulation
 xinput set-prop <your-device-id> "Evdev Middle Button Emulation" 1

 HTH, Ralf Mattes


 
 
 




More information about the xorg mailing list