Where is the file that holds the keyboard shortcuts for Mac? I am not looking to change it, just looking for the file itself.
|
feedback
|
closed as not constructive by Wuffers, Simon Sheehan, Gareth, Sathya♦ Dec 27 '11 at 18:08
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
~/Library/Preferences/.GlobalPreferences.plistcontains the shortcuts specified in System Preferences → Keyboard → Keyboard Shortcuts → Application Shortcuts → All Applications. – Lri Dec 12 '11 at 3:12plutil -convert xml1 ~/Library/Preferences/.GlobalPreferences.plistand then open it with any text editor. Or by usingdefaults write. – Lri Dec 14 '11 at 23:32