is there a way to capture all keystrokes, in an
java app, even though the app is not under keyboard focus???
actually i want to write an java application which runs in background and should pop on screen when i press a key combo such as alt-shift-p so something like that, can it be done with java.
also i m planning to write a java app, that would launch my fav apps at press of a keystroke, even if that app dosenot have keyboard focus.
i m not in position to write native code in c/c++,
and it would be ok if the solution is windows specific.
please help