Comment 2 for bug 2000798

Revision history for this message
Tomislav (hefest) wrote :

Forgot to mention: I use this utility to invert Fn key behaviour:

https://github.com/jergusg/k380-function-keys-conf

...and it's set up to start on boot using a variant of the procedure described here:

https://github.com/embuc/k480_conf

My /etc/udev/rules.d/80-k380.rules looks as follows:

ACTION=="add", KERNEL=="hidraw[0-9]*", RUN+="/usr/local/bin/fn_on.sh /dev/%k"

Tried temporarily removing the udev rule (without a reboot, though), but nothing changed.