No, I'm not trying to make a keylogger ;) I need to be able to swipe a MagStripe card through a reader (which uses the standard keyboard driver), and when it reads a string of 20 characters being input in rapid succession (under 300ms) *not* send that string to the active application, but instead do some processing on it first, and send the processed data to the active app.
So basically to finish this little project I need to figure out how to route keyboard data through an invisible background app *before* it hits the active application.. This way I can find the string in question and not ever send that data to the active app (it's useless until the processing has been done to convert it.) Is there a way to do this? From there I can figure the rest out, but I'm having difficulty with this part :\ Thanks!
maxx
So basically to finish this little project I need to figure out how to route keyboard data through an invisible background app *before* it hits the active application.. This way I can find the string in question and not ever send that data to the active app (it's useless until the processing has been done to convert it.) Is there a way to do this? From there I can figure the rest out, but I'm having difficulty with this part :\ Thanks!
maxx
Comment