Permanently fix F keys on apple mode keyboards

This commit is contained in:
David Heinemeier Hansson
2025-07-09 10:11:28 -07:00
parent 099f094f8e
commit aaedb7d62e
2 changed files with 2 additions and 3 deletions

View File

@ -71,6 +71,3 @@ refresh-xcompose() {
pkill fcitx5
setsid fcitx5 &>/dev/null &
}
# Ensure that external keyboards that use an fn key has the F keys as the default
alias fix_fkeys='echo 2 | sudo tee /sys/module/hid_apple/parameters/fnmode'