Skip to content

Instantly share code, notes, and snippets.

@injust
Last active April 29, 2025 11:57
Show Gist options
  • Save injust/952ff357112bebd8b19bd51cc871f136 to your computer and use it in GitHub Desktop.
Save injust/952ff357112bebd8b19bd51cc871f136 to your computer and use it in GitHub Desktop.
macOS: Disable Look Up in Dictionary shortcut (⌘-ctrl-d)
# https://apple.stackexchange.com/questions/22785/how-do-i-disable-the-command-control-d-word-definition-keyboard-shortcut-in-os-x/114269#114269
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