Is it possible to assign a global hotkey to a specific feature in an Adobe AIR app, i.e. the app feature responds to the hotkey whether the app is active or not (it must be running of course, but only in the system tray).
相关问题
- How can I add a horizontal line (“goal line”) for
- Displaying two fullscreen windows on two monitors
- Can I embed a sqlite database in an Air applicatio
- How to implement a basic Lua function in Conky?
- How to customize the background of an App Designer
相关文章
- TFS vs. JIRA/Bamboo/SVN [closed]
- How to customize context menu in Visual Studio Cod
- Wordpress development process
- CKEditor add CSS styling to Preview and Editor
- Restricted FolderBrowserDialog, recommended soluti
- Flash CS4 + SQLITE
- AIR - Resizing Native Window Proportionately
- jQuery Mobile multi-select box
I don't this it's possible with Adobe AIR itself. The only method I can think of:
c:\programs\thvo42\coolapp.exe --hotkey q
"Of course, this is kind of a hassle, maybe with some hacking you can roll it all into a single install file.
SWFKit creates a wrapper around your flash/flex movie, and allows access to system DLLs and other goodies, but unfortunately it would export as an .exe, so windows only and no AIR.
ASFAIK, there is no support for it by using AIR alone.
From the Reference Manual:
To listen globally for key events, listen on the Stage for the capture and target or bubble phase.