Created
October 2, 2014 03:52
-
-
Save steveatinfincia/c966ed6d74c4e8cec4f8 to your computer and use it in GitHub Desktop.
Global Hotkeys in OS X
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extern OSStatus | |
RegisterEventHotKey( | |
UInt32 inHotKeyCode, | |
UInt32 inHotKeyModifiers, | |
EventHotKeyID inHotKeyID, | |
EventTargetRef inTarget, | |
OptionBits inOptions, | |
EventHotKeyRef * outRef) | |
AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment