Skip to content

Instantly share code, notes, and snippets.

@timblair
Created June 3, 2009 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timblair/122965 to your computer and use it in GitHub Desktop.
Save timblair/122965 to your computer and use it in GitHub Desktop.
Set a global keyboard shortcut (CMD-CTRL-Z) for apps which have a 'zoom' or 'zoom window' menu option.
#!/bin/bash
defaults write NSGlobalDomain NSUserKeyEquivalents '{"Zoom" = "@^Z"; "Zoom Window" = "@^Z"; }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment