Created
October 13, 2011 01:39
-
-
Save remear/1283121 to your computer and use it in GitHub Desktop.
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
defaults write .GlobalPreferences NSUserKeyEquivalents -dict-add "Paste and Match Style" -string "@v" |
Ok, that worked and thanks for the tip!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can probably find and remove the entry from
~/Library/Preferences/.GlobalPreferences.plist
I've since found setting per-applicaiton keyboard shortcuts to be a better way to handle this. They can be set from System Preferences -> Keyboard -> Keyboard Shortcuts -> Application Shortcuts. When you create an application shortcut, remember to set the Menu Title to the text exactly the way it appears in the menu item.