Skip to content

Instantly share code, notes, and snippets.

@charlieMonroe
Created November 6, 2017 05:33
Show Gist options
  • Select an option

  • Save charlieMonroe/0923985c704695b252ed9bb879e7f99d to your computer and use it in GitHub Desktop.

Select an option

Save charlieMonroe/0923985c704695b252ed9bb879e7f99d to your computer and use it in GitHub Desktop.
let combo = control.keyCombo()
let keyCode = combo.code
let modifierKeys = control.cocoa(toCarbonFlags: combo.flags)
if keyCode <= 0 && modifierKeys <= 0 {
return
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment