-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TP keyboard, no hid-lenovo (and no fn_lock) #47
Comments
It's not as easy as forcing binding with https://elixir.bootlin.com/linux/v5.3.12/source/drivers/hid/hid-lenovo.c#L837 Obviously for this to be a proper patch it would need to not add the various trackpoint related options, which can't be that useful on your keyboard. |
I see... Well,
|
After updating to Ubuntu 22.04, this has stopped working. Fn-lock works, and so do F-keys, but multimedia keys (including the calculator key) apparently send no event (according to The keyboard looks like this, by the way: https://i.ebayimg.com/images/g/xQYAAOSwHEhaAePd/s-l1600.jpg |
Have you tried with
Yup, annoyingly I found one in the street and could have grabbed it for testing, but when I came back it had already gone. Will be more eager next time I find street-keyboards :) |
Alright, |
Then your guess is correct I think, and libinput is filtering the multimedia keys for some reason. It has some debug tools of it's own, but I've never tried them: https://wayland.freedesktop.org/libinput/doc/latest/tools.html#libinput-debug-events |
This looks like the relevant issue: https://gitlab.freedesktop.org/libinput/libinput/-/issues/745 I also see |
Just installed a new Kubuntu 18.04 system, but the TP keyboard (just keyboard, no pointing device) does not seem to be recognized as such. In Kubuntu 14.04 I managed to get tp-compact-usb-keyboard working. Can I force the keyboard to use
hid-lenovo
somehow?The text was updated successfully, but these errors were encountered: