|
Could you add some more explanation to your question? What do you want to achieve exactly?
Your text reads like you would like to have a breakpoint when somebody calls GetWindowText or similar. The real keystrokes are not accessible by applications, because they are handled deep inside kernel code and are passed down to the application in message queues.
|