
Aug 03, '12 07:30:00AM • Contributed by: philwo
defaults write com.apple.Safari NSUserKeyEquivalents -dict-add Back "\U232b"If you ever want to disable it, there are two possibilities. The first, if you don't have any other shortcuts for Safari, is to run this command:
defaults delete com.apple.Safari NSUserKeyEquivalentsIt will delete all Safari keyboard shortcuts.
The second method is a bit more time-consuming. You need to first create a keyboard shortcut for Safari, for the "Back" command, in the preferences. Then, if you apply the first command above, you'll be able to delete it. If you don't have a shortcut set up for the Back command before running the first command above, it won't display in the Keyboard Shortcut preferences, and you won't be able to delete it from the preference pane. It seems like using the defaults command to set up a shortcut only displays that shortcut in the preference pane if you already have a shortcut created.