10Jan/120
fixing function keys on ubuntu + mac keyboard
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