macos-defaults
macos-defaults copied to clipboard
New command for "Press 🌐︎ key to"
-
[x] I made sure this command is not in the commands list
-
[x] I searched and didn't find this command in the listed issues
-
[x] I know this
defaultscommand exists -
[x] I know this command works on macOS current version
-
[ ] ~I know this command is deprecated on macOS current version~
-
Folder: Not sure.
-
Command:
defaults write com.apple.HIToolbox AppleFnUsageType -
Argument type (if applicable):
int -
Examples:
- "Do Nothing"
defaults write com.apple.HIToolbox AppleFnUsageType -int 0 - "Change Input Source"
defaults write com.apple.HIToolbox AppleFnUsageType -int 1 - "Show Emoji & Symbols"
defaults write com.apple.HIToolbox AppleFnUsageType -int 2 - "Start Dictation (Press 🌐︎ Twice)"
defaults write com.apple.HIToolbox AppleFnUsageType -int 3
- "Do Nothing"