This repository has been archived by the owner on Jan 14, 2024. It is now read-only.
Apple Keyboard: Customize/Switch some keys #256
Unanswered
SimonWoodtli
asked this question in
Bazzite
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you too like the Apple keyboard here is how you can set F-keys as default:
sudo -S grubby --update-kernel=ALL --args="hid_apple.fnmode=2" <<< "$password"
Note: I use the long keyboard if you are using the small keyboard I usually do some more tweaks such as switching fn and ctrl
more info: https://github.com/free5lot/hid-apple-patched
Beta Was this translation helpful? Give feedback.
All reactions