You are not logged in.
'Sup!
I'm using a Macbook Pro and I would like to have my function keys default to F1-F12 rather than the media buttons. This can be done using
echo 2 > /sys/module/hid_apple/parameters/fnmode
However, I would like to find a neat and tidy way to do this on boot, and systemd's docs are generally not that well written. What can I do?
Last edited by oboenerd (2013-04-11 11:13:44)
"I quoted myself." -oboenerd
Offline
Offline
I have already tried writing to /etc/tmpfiles.d/applekbd.conf:
w /sys/module/hid_apple/parameters/fnmode - - - - 2
But nothing happened.
"I quoted myself." -oboenerd
Offline
"modinfo hid_apple" tells me that the module has a parameter for this, so this should be the best approach:
# /etc/modprobe.d/hid_apple.conf
options hid_apple fnmode=2
Offline
KO!
Perfect!
You Win!
Worked like a charm. Thanks!
"I quoted myself." -oboenerd
Offline