Skip to content

Instantly share code, notes, and snippets.

@trungnt13
Last active October 14, 2024 08:50
Show Gist options
  • Save trungnt13/2a4f7d5ce59cbd123de0093f126f2d51 to your computer and use it in GitHub Desktop.
Save trungnt13/2a4f7d5ce59cbd123de0093f126f2d51 to your computer and use it in GitHub Desktop.
Mac Disable Default Hot Key
#!/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