I am trying to make a program that outputs some data when I press a physical key on my keyboard. Is there anyway to do this without having either the cmd selected or a gui? Thanks, Not sure how clear this sounds, but if you need clarification ask and I'll try again
Asked
Active
Viewed 59 times
0
-
[This](http://stackoverflow.com/questions/10064296/check-whether-shift-key-is-pressed) (focus on the code in the question, not the answer) or [this](http://stackoverflow.com/questions/160315/how-to-check-for-key-being-held-down-on-startup-in-java) may be a starting point. – Bernhard Barker May 26 '13 at 18:19
-
The question is not clear... what is your GUI.... where you want input the keys... What is the application from which user is interacting with your app... – Pavan Kumar K May 27 '13 at 05:41