How to disable keyboard shortcuts in Mac OS X?

前端 未结 7 1596
囚心锁ツ
囚心锁ツ 2021-01-30 03:16

I would like to disable keyboard shortcuts Command-W and Command-Q in Mac OS X 10.8 Mountain Lion.

This is because they inter

7条回答
  •  情歌与酒
    2021-01-30 03:42

    BetterTouch wasn't able to change or disable the key that was causing me grief: ctrl-cmd-d.

    Here is how I was able to delete it:

    1. Edit open ~/Library/Preferences/com.apple.symbolichotkeys.plist
    2. Find the code for kCGHotKeyLookUpWordInDictionary (70), and set 'enabled' to OFF (if it's not there just create an entry '70' with 'enabled' = OFF).
    3. Restart your system

    From this site I learned about symbolic hot keys and found a list of them: http://www.theregister.co.uk/2009/02/24/hotkeys_framework2/

    These sites have lists of the codes used in the plist file, so one can actually change the shortcuts instead of only deleting them: http://krypted.com/mac-os-x/defaults-symbolichotkeys/ and Documenting com.apple.symbolichotkeys.plist.

提交回复
热议问题