macos-defaults icon indicating copy to clipboard operation
macos-defaults copied to clipboard

New command for "Press 🌐︎ key to"

Open amomchilov opened this issue 2 years ago • 0 comments

  • [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 defaults command 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

amomchilov avatar Oct 07 '23 02:10 amomchilov