-
Notifications
You must be signed in to change notification settings - Fork 33
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
automatically enable fn_lock #46
Comments
Not really. You could probably simplify this by using udev variable substitutions to find the path, something like |
Hmm, but I cannot see any fn_lock files on arch
|
@amosbird you don't seem to have any Thinkpad Compact keyboard ls /sys/bus/hid/devices/*:17EF:6047*/ |
I don't. But I'm refering to this
|
it's referring to Thinkpad Compact keyboards |
I'm trying to base on the hid-lenovo.c and add fn_lock support for x1-tab3. Is there any way of finding the hid events for that keyboard's fn_lock functionality? |
The patches / utilities in here are for the compact keyboards, and will not support anything else. The
https://github.com/lentinj/tp-compact-keyboard#how-i-did-it Regardless, this is definitely off-topic for this issue. |
I have the following udev rule:
/etc/udev/rules.d/10-thinkpad-usb-keyboard.rules
and script:
It works well, but is there a better way?
The text was updated successfully, but these errors were encountered: