R's Workshop

Enable Keychron Function Keys on Linux

Settings

暫時生效

echo 0 | sudo tee /sys/module/hid_apple/parameters/fnmode

永久設定

echo "options hid_apple fnmode=0" | sudo tee /etc/modprobe.d/hid_apple.conf
sudo update-initramfs -c -k all  # To make sure it's loaded early enough.

Reference

Keychron Function Keys on Linux

Linux