Danny Kopping
Danny Kopping

Reputation: 5190

Capturing System-level Keystrokes with Adobe AIR

As the title suggests, is it possible to capture system-level keystrokes? Any help or pointers will be appreciated!!

Upvotes: 0

Views: 202

Answers (3)

Mahir
Mahir

Reputation: 183

You can do this in Flex using NativeProcess once it's added. Check out AIR 2.0 Native Process on gotoandlearn.

Upvotes: 1

jerome
jerome

Reputation: 1

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?

Upvotes: 0

Gregor Kiddie
Gregor Kiddie

Reputation: 3119

You mean while the app doesn't have focus?

This isn't implemented in AIR currently, but is in the wishlist.

Upvotes: 1

Related Questions