You are not logged in.
If you use an apple keyboard in Arch you have to hold the 'fn-key' to be able to use the function keys.. This default behaviour results in countless hospital admissions for dislocated fingers each year. By people who merely wanted to switch to a different terminal.
Putting this in you /etc/profile might just save your fingers;
if [ -f /sys/module/hid/parameters/pb_fnmode ]; then
echo 2 > /sys/module/hid/parameters/pb_fnmode
else
echo 2 > /sys/module/hid/holders/hid_apple/parameters/fnmode
fi
Cheers,
Righard
Offline
Thank you for this. I was starting to get really good at that key press combo.
Offline