Skip to content

Instantly share code, notes, and snippets.

@curthard89
Created January 6, 2012 14:41
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 curthard89/1570872 to your computer and use it in GitHub Desktop.
Save curthard89/1570872 to your computer and use it in GitHub Desktop.
[GGShortcutController observerScheme:SETTING_SHORTCUT_SCHEME
identifier:SETTING_SHORTCUT_TOGGLE_READABILITY
window:[view window]
block:^( GGShortcutContainer * container )
{
[self toggleReadability:nil];
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment