I am trying to make a program like AutoHotKey, but with a graphical interface. I use java.awt.Robot Now I want to make a code for checking the status of a key (in AHK: getKeyState) Of course, something like KeyListener without focus. I already read something with JNI and C ++, but ... I can not find the information.
Can someone help me?
java c ++ jni global keylistener
Martijn courteaux
source share