Just upgraded to leap 42.2 on a laptop with only 2 buttons.For ages I have used the chord of buttons 1 & 2 to emulate the middle button.
But it does not work after the upgrade (from 13.2). I see the line in xorg.conf.d/10-evde… that asks for emulation was removed but is still in …rpmsave
Tried restoring it but still no middle button after reboot
What am I missing? Really making the computer useless at present
Your laptop’s touchpad (along with most other input devices) is now being handled by libinput, with evdev being deprecated. That is why the evdev configuration does not work. Although it is still possible to force a particular device to be handled by evdev, the best course of action is to configure libinput to provide the desired behaviour.
You’ll note that your xinput output shows middle button emulation is turned off
libinput Middle Emulation Enabled (288): 0
To correct that you can create a custom Xorg file eg /etc/X11/xorg.conf.d/95-touchpad.conf with a minimal config like this