Last active
May 7, 2026 02:15
-
-
Save injust/952ff357112bebd8b19bd51cc871f136 to your computer and use it in GitHub Desktop.
macOS: Disable "Look Up in Dictionary" shortcut (⌘-ctrl-d)
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
| #! /usr/bin/env bash | |
| # 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