Comment 19 for bug 1814481

Revision history for this message
Eferox (tadas-urbon) wrote : Re: bluetooth keyboard not working

Hello,

Please try this:
 echo 0 | sudo tee /sys/module/hid_apple/parameters/fnmode

If it works for you you can make permanent fix by:
 echo 'options hid_apple fnmode=0' | sudo tee /etc/modprobe.d/hid_apple.conf
 sudo update-initramfs -u

Hope it will help!