Skip to content

Instantly share code, notes, and snippets.

@fikovnik
Created April 17, 2013 10:15
Show Gist options
  • Save fikovnik/5403229 to your computer and use it in GitHub Desktop.
Save fikovnik/5403229 to your computer and use it in GitHub Desktop.
Disable Chrome Print dialog using the OSX default one (http://goo.gl/0ZwVh)
defaults write com.google.Chrome NSUserKeyEquivalents -dict-add 'Print Using System Dialog...' '@p' 'Print...' '~@p'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment