how to capture the text input from the keyboard when not in any writing mode like in notepad or word i.e just on idle desktop and we randomly press keyboard buttons?
where does the input from the pressed keys when on the desktop/homescreen goto/saved at what buffer?
feedback
|
|
In programming its called a "keyboard hook" (look here for more information. It can be implemented in a number of ways, in a number of languages, but that is what you talking about. | |||
|
feedback
|