global-hotkey

Cross platform global hotkey application that I could package with my application?

So, I have cross platform application that I made, I need to fire it off on a global key command, which the sdk I am using is not able to do. I was wondering if there is any existing app that I could package with my app to act as the global hotkey manager for my application (license that would allow that). The problem is the cross-platfo...

Global Hotkey in Firefox?

Is there a way i can have hotkeys (such as the media buttons) go to the webbrowser and cause a javascript event? I except a firefox extension is required and i am ok if the solution requires greasemonkey as well (i seen growl use them both for javascript interaction. But thats javascript->pc not the other way around) -edit- is this not...

Cocoa alternative for Carbon events for global hotkeys

I just read this article on how to create global hotkeys using Carbon events. In the comments the author mentioned, that he wouldn't probably use this technology anymore because it's the 'way to deprecation'. So far, so good. Now I'm looking for the Cocoa pendant. Does anyone have a hint where to search for it? I tried to google it for ...