chronx Find something you love to do and you'll never have to work another day for the rest of your life

10Jan/120

fixing function keys on ubuntu + mac keyboard

Posted by oxchronxo

issuing the following will make the function keys behave like normal

$ echo options hid_apple fnmode=2 | sudo tee -a /etc/modprobe.d/hid_apple.conf
$ sudo update-initramfs -u
$ sudo reboot

for more info see:

https://help.ubuntu.com/community/AppleKeyboard