Skip to content

a script to make linux not that much confused about 60% keyboard's Fn keys

Notifications You must be signed in to change notification settings

supervitu64/linuxmultimediakeysfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

linux multimedia keys fix

a script to make linux not that much confused about 60% keyboard's Fn keys

simply copy paste this into your terminal:

echo 0 | sudo tee /sys/module/hid_apple/parameters/fnmode && echo "options hid_apple fnmode=0" | sudo tee -a /etc/modprobe.d/hid_apple.conf && sudo update-initramfs -u

if you're on arch, the update-initramfs gets replaced with mkinitcpio -P

script obtained from https://mikeshade.com/posts/keychron-linux-function-keys/

About

a script to make linux not that much confused about 60% keyboard's Fn keys

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published