Vladimir Gorbunov
Vladimir Gorbunov
Hello. I have same issue on archlinux with systemd 253 (I'm that AUR xkeysnail maintainer). After some experimenting with code I've found that removing 6 (REL_WHEEL) and 8 (REL_HWHEEL) from...
> I tried your solution, unfortunately it did not work for me, on a Thinkpad X1 Carbon. Downgraded systemd as per OP. Maybe removing EV_REL line completely may help. I...
I've tried to do some debugging and maybe found source of the issue. For some reason device with REL_HWHEEL and REL_WHEEL have libinput capabilites `tablet-pad`, but without them they are...
> I'd suggest we build the event table for our virtual keyboard dynamically (from looking at the events supported by the real keyboards), but that becomes problematic when you can...
It seems that UInput init params with latest udev makes virtual device identified not as keyboard but as tablet, and events are ignored. More info: https://github.com/joshgoebel/keyszer/issues/137#issuecomment-1454236393 There are few ways...
> From reading the systemd source I have no idea how this would change anything. You'd still have all the buttons registered and if you didn't remove the REL reference...