Created
May 3, 2025 16:27
-
-
Save b-Tomas/009a73febb30e55927eaaf352b1a2b6f to your computer and use it in GitHub Desktop.
Lofree Flow Lite fn keys Linux permanent fix
This file contains hidden or 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
# Fixes the fn row key for Lofree keyboards on Linux. | |
# Non-permanent fix: https://github.com/alexeygumirov/lofree-flow-fn-fix/blob/main/lofreemodefix | |
echo 'options hid_apple fnmode=2' | sudo tee /etc/modprobe.d/hid_apple.conf | |
sudo update-initramfs -u |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment