Posted on 11-29-2017 02:28 PM
This seems like an easy thing to accomplish but I have a hard time getting the command to change the Fn function key status in macOS Sierra.
I found an old post regarding Fn function key on JAMF Nation here. [https://www.jamf.com/jamf-nation/discussions/22623/script-to-enable-use-f1-f2-etc-keys-as-standard-function-keys-on-external-keyboards ](link URL)
I tried
defaults write /Users/username/Library/Preferences/.GlobalPreferences com.apple.keyboard.fnState 1
and
defaults write -g com.apple.com.keyboard.fnstate -boolean true
I'm wondering if anyone got a solution to turn on or off the Fn function key on macOS Sierra.
Posted on 08-08-2018 06:46 PM
Any luck with this?
Posted on 11-26-2021 03:09 AM
defaults write /Users/USERNAME/Library/Preferences/.GlobalPreferences com.apple.keyboard.fnState -bool true
Seems to do the trick, works after reboot or killing the process.