Skip to content

Instantly share code, notes, and snippets.

@tallica
Created December 29, 2018 16:33
Show Gist options
  • Save tallica/e0c80263fef017dd33d080bc4c082287 to your computer and use it in GitHub Desktop.
Save tallica/e0c80263fef017dd33d080bc4c082287 to your computer and use it in GitHub Desktop.
#[cfg(target_os = "macos")]
#[link(name = "Carbon", kind = "framework")]
extern {
fn RegisterEventHotKey(inHotKeyCode: u32, inHotKeyModifiers: u32, inHotKeyID: EventHotKeyID, inTarget: EventTargetRef, inOptions: OptionBits) -> OSStatus;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment