Skip to content

Instantly share code, notes, and snippets.

@tonyarnold
Created November 7, 2009 00:15
Show Gist options
  • Select an option

  • Save tonyarnold/228407 to your computer and use it in GitHub Desktop.

Select an option

Save tonyarnold/228407 to your computer and use it in GitHub Desktop.
if (CGSSetHotKeyWithExclusion != NULL) {
hotkeyAdditionError = CGSSetHotKeyWithExclusion(_CGSDefaultConnection(), hotkey.identifierValue, USHRT_MAX, hotkey.keycodeValue, hotkey.modifiermaskWithoutFunctionKey);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment