Im trying to get the multimedia keys (volume, brightness) working on Apple Keyboards
on a Macbook Air 2011 and Macbook Pro Retina 2015
The function keys work as function keys
but pressing the fn key and then the function keys doesnt trigger the multimedia keys
The keyboard layout is correctly set to mac,
i checked the keycodes using wev ( im using wayland )
Pressing fn and F12 still returns F12
and not XF86AudioRaiseVolume
I have googled for a solution and checked the forum
but couldnt find anything
is there a sysctl setting im missing that will enable the multimedia keys
when pressing the fn key with the functions keys
On Linux you can fix the issue temporarily using
or permantly creating the config file in /etc/modprobe.d/hid_apple.conf
with the following content
wiki.archlinux.org
i dont have this issue on my Dell XPS 15
pressing fn and F12 returns XF86AudioRaiseVolume
on a Macbook Air 2011 and Macbook Pro Retina 2015
The function keys work as function keys
but pressing the fn key and then the function keys doesnt trigger the multimedia keys
The keyboard layout is correctly set to mac,
i checked the keycodes using wev ( im using wayland )
Pressing fn and F12 still returns F12
and not XF86AudioRaiseVolume
I have googled for a solution and checked the forum
but couldnt find anything
is there a sysctl setting im missing that will enable the multimedia keys
when pressing the fn key with the functions keys
On Linux you can fix the issue temporarily using
Code:
# echo 2 >> /sys/module/hid_apple/parameters/fnmode
or permantly creating the config file in /etc/modprobe.d/hid_apple.conf
with the following content
Code:
options hid_apple fnmode=2
Apple Keyboard - ArchWiki
i dont have this issue on my Dell XPS 15
pressing fn and F12 returns XF86AudioRaiseVolume