I'm trying to add a feature to my AIR app that can listen for (configurable) global keyboard events even when the app is minimized. Ex: CTRL-ALT-SHIFT-F12 to grab a screenshot.
I can't find any way to register a keyboard hook, and listening for keyboard events only captures them when the app has focus. Suggestions?