I have a new Lenovo Legion 5. Lots of new configuring.
AFAIK, TDE does not offer touchpad configuration. Basic scroll, left and right clicks work. I want to enable more functions for the touchpad, particularly tapping. libinput "input device management and event handling library" handles this.
Not wanting, if possible, to edit config files.
greg
Greg Madden via tde-users wrote:
I have a new Lenovo Legion 5. Lots of new configuring.
AFAIK, TDE does not offer touchpad configuration. Basic scroll, left and right clicks work. I want to enable more functions for the touchpad, particularly tapping. libinput "input device management and event handling library" handles this.
There is a module/package to install that handles the tapping quite well. I am not sure what was the name. I think it was kmilo
kmilo-trinity - laptop special keys support for Trinity
reboot after installing BR
Thank you, kmilo works, added bonus some of the Fn keys work.
The touchpad needed some tweaking, not aware of any config options to kmilo.
I found the following on the Arch list, touchpad works like I want, Fn keys still work
Quote Create a file: /etc/X11/xorg.conf.d/30-touchpad.conf edit the file to include: "Section "InputClass" Identifier "touchpad" Driver "libinput" MatchIsTouchpad "on" Option "Tapping" "on" Option "TappingButtonMap" "lmr" EndSection"
greg