Is it possible to replace the User's keyboard input with another string in Adobe AIR + Flex application? -
One of our applications has been implemented in Flex and Adobe Air. We want that the combination of user press keys, say 'ABC', and the keyboard should return a different character, 'FOG', whatever app focus is in it, even if the app is not a focus. Will this be possible in Adobe Air / Flex? If so, give me some examples? Thank you in advance T work Flash / AIR can only listen to keyboard events When the focus is, therefore, as a background application, it will not be able to manipulate key codes coming directly from the driver. Even if it is possible to note when a key was pressed, then changing that value is not possible, so if you want to change which main code returns, you will need to A driver should write, or try to access it with low level methods (C and WinPI probably).