Mac OS X Lion introduced a new feature where in many applications you can press Command-Control-D to produce a popup with the definition for the word under the mouse cursor. A side effect of this is that you can no longer use the same shortcut to access functionality in other applications (for example, Emacs).
Is it possible to either
a) disable the word definition Command-Control-D keyboard shortcut, or
b) change the word definition keyboard shortcut to something other than Command-Control-D?
DefaultKeyBinding.dict. There's nothing promising incom.apple.Dictionary.plist.defaults write com.apple.Dictionary ProhibitNewWindowForRequest -bool true(listed in Secrets under Dictionary (10.4)) no longer works. – Lri Aug 22 '11 at 18:31com.apple.symbolichotkeys.plist. No dice. – Zane Shelby Aug 22 '11 at 19:48