Last active
October 14, 2024 08:50
-
-
Save trungnt13/2a4f7d5ce59cbd123de0093f126f2d51 to your computer and use it in GitHub Desktop.
Mac Disable Default Hot Key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Disable Shift + Command + D | |
defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 70 '<dict><key>enabled</key><false/></dict>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment