Skip to content

Instantly share code, notes, and snippets.

@mathieul
Created July 27, 2012 17:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mathieul/3189204 to your computer and use it in GitHub Desktop.
Save mathieul/3189204 to your computer and use it in GitHub Desktop.
Re-enable the delete key as shortcut for Back in Safari 6
  • quit Safari

  • go to Keyboard System Preferences and click on the Keyboard Shortcuts tab

  • select Application Shortcuts, click on + to add a new one:

    • Application: Safari
    • Menu Title: Back
    • Keyboard shortcut: type ⌘$
  • open ~/Library/Preferences/com.apple.Safari.plist with a plist editor (i.e.: XCode)

  • look for "NSUserKeyEquivalents" dictionary

    • open it
    • replace the value for Back (currently "@$" for ⌘$) with "⌫", the delete key symbol
  • save and quit editor

  • open Safari 6 and you're back in business.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment