Created
January 16, 2013 21:08
-
-
Save ttscoff/4550976 to your computer and use it in GitHub Desktop.
Add a shortcut to restore Save As... in Mountain Lion to any application.
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
{ | |
// Real, honest-to-goodnes Save As... | |
// Create or add to ~/Library/KeyBindings/DefaultKeyBinding.dict | |
"@~S" = (saveAs:); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Turns out that keybinding already exists as a default in the system. No wonder it worked so well.