🦦 chris_cadev notes

Search IconIcon to open search

Configure Function Keys Keychron on Linux

Last updated July 22, 2022.

#how-to #os/linux #tech/hardware

  1. hold for 4 seconds fn + X + L
  2. in a terminal execute and test the function keys
1
echo 0 | sudo tee /sys/module/hid_apple/parameters/fnmode
  1. and then this, to make it permanent
1
2
echo "options hid_apple fnmode=0" | sudo tee -a /etc/modprobe.d/hid_apple.conf
sudo update-initramfs -u

# References


Interactive Graph