Revision [56]
This is an old revision of UbuntuK380 made by ace on 2017-02-28 00:58:14.
Funcion keys Logitech K380 in Ubuntu
Install k380_conf from https://github.com/jergusg/k380-function-keys-conf
sudo nano /etc/udev/rules.d/99-k380.rules
KERNEL=="hidraw*"
ACTION=="add"
SUBSYSTEM=="hidraw"
ATTRS{address}=="34:88:5D:5C:76:92"
RUN+="/sbin/k380_conf -d /dev/%k -f on"