At first, you can check if Fn+Enable/Disable Key is working (sending correct command/signal like XF86TouchpadToggle) be xev utility.
By my limited knowledge, synaptics, evdev & libinput have different priorities for X.org, so adding them together does not work in anticipated way. Try them alone (but add kbd, if you will use synaptics only).
You could see input devices e.g. by command:
By my limited knowledge, synaptics, evdev & libinput have different priorities for X.org, so adding them together does not work in anticipated way. Try them alone (but add kbd, if you will use synaptics only).
You could see input devices e.g. by command:
Code:
cat /proc/bus/input/devices
Statistics: Posted by ruwolf — 2024-02-27 23:13 — Replies 1 — Views 74