Skip to content

Instantly share code, notes, and snippets.

@nickbrowne
Created November 6, 2022 22:38
Show Gist options
  • Save nickbrowne/607368e285888e9762eea083139057a6 to your computer and use it in GitHub Desktop.
Save nickbrowne/607368e285888e9762eea083139057a6 to your computer and use it in GitHub Desktop.
apple-keyboard-fn-swap
sudo nano /etc/modprobe.d/hid_apple.conf
comment/uncomment
options hid_apple swap_fn_leftctrl=1
reload module (must be done as one command or keyboard will be disabled)
sudo modprobe -r hid_apple; sudo modprobe hid_apple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment