Keystroke Listener

  • Thread starter Thread starter kevin.breit
  • Start date Start date
K

kevin.breit

I am writing a program that does smart pasting. Basically you can
press a keybinding in any application and have it paste some predefined
text in the focused field. How do I get my program to listen to all
keystrokes, even if it's not the focused application?
 
I am writing a program that does smart pasting. Basically you can
press a keybinding in any application and have it paste some predefined
text in the focused field. How do I get my program to listen to all
keystrokes, even if it's not the focused application?

Do you mean like pasting in logon names and passwords into your
application?
 
No. I want a person to be able to define some text (whatever they want
really) so when they hit a specified keybinding, it moves it into the
Clipboard.
 
Back
Top