Hello
Java Users,
I've got an idea of tricky application (perhaps it is written already:). I mean smth to track key strokes outside the application.
Let's say the whole program could minimize to tray, after starting and put to the txt file all the keyboard keys which were pressed since it was started.
Instead of the tray application it could be a simple
thread. The whole problem is with the KeyListener. I mean, is there any way to implemet a KeyListener which will be let's say
'absolute' (not only sensitive to the events connected with the form, button etc.)
I'm looking forward to reciving some tips.
Cheers,
j.k