Capturing System-level Keystrokes with Adobe AIR
As the t开发者_JS百科itle suggests, is it possible to capture system-level keystrokes? Any help or pointers will be appreciated!!
You can do this in Flex using NativeProcess once it's added. Check out AIR 2.0 Native Process on gotoandlearn.
You mean while the app doesn't have focus?
This isn't implemented in AIR currently, but is in the wishlist.
Danny and myself are working on this project together.
Would it be posssible to use another cross platorm app that can run on Windows, OSX and Linux which can capture keystroke events in while runnning in the background and then tell AIR that a key has been pressed?
精彩评论