Skip to content

Instantly share code, notes, and snippets.

@ttscoff
Created January 16, 2013 21:08
Show Gist options
  • Save ttscoff/4550976 to your computer and use it in GitHub Desktop.
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.
{
// Real, honest-to-goodnes Save As...
// Create or add to ~/Library/KeyBindings/DefaultKeyBinding.dict
"@~S" = (saveAs:);
}
@ttscoff
Copy link
Author

ttscoff commented Jan 17, 2013

Turns out that keybinding already exists as a default in the system. No wonder it worked so well.

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