milgner / k290-fnkeyctl

Configures the behaviour of the F-keys on the Logitech K290
MIT License
222 stars 30 forks source link

Other keyboards, perhaps? #25

Open Mkupolo1493 opened 4 years ago

Mkupolo1493 commented 4 years ago

I have the same issue with my K400+ but when I ran the script it said

Logitech K290 not found on this system

Does it really only work on K290's, or could the code be possibly be changed to include a command-line argument or such?

risajef commented 2 years ago

Same problem here.

milgner commented 2 years ago

Theoretically it should be easy to do. You could try changing the USB device id to match your device but whether the control codes match on those devices I have no idea. I initially found these codes by running usbpcap on Windows and using the official keyboard configuration tool on Windows to toggle the Fn key setting, then using Wireshark to find what codes were sent at the time.