Created
November 6, 2022 22:38
-
-
Save nickbrowne/607368e285888e9762eea083139057a6 to your computer and use it in GitHub Desktop.
apple-keyboard-fn-swap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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