JFHotkeyManager icon indicating copy to clipboard operation
JFHotkeyManager copied to clipboard

Global hotkey manager for Cocoa

Results 2 JFHotkeyManager issues
Sort by recently updated
recently updated
newest added

I'm using XCode 4.6.1 (4H512) and SDK 10.8. The app compiles fine after linking the Carbon.framework and adding the "-fno-objc-arc" compile flag to the library but the selectors are never...

I'm trying to implement Apple DVD Player-like behavior while performing screen capture with commonly used key shortcuts (⌘ + ⇧ + 3, ⌘ + ⇧ + 4 and so on)....