Skip to content

Instantly share code, notes, and snippets.

@remear
Created September 10, 2010 22:36
Show Gist options
  • Save remear/574503 to your computer and use it in GitHub Desktop.
Save remear/574503 to your computer and use it in GitHub Desktop.
[NSEvent addGlobalMonitorForEventsMatchingMask:NSKeyDownMask handler:^(NSEvent *event) {
NSLog(@"hi");
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment