Is there any way to do key bindings with Robot class when you press for example Ctlr and A to press certain buttons? whatever window I focused?
Printable View
Is there any way to do key bindings with Robot class when you press for example Ctlr and A to press certain buttons? whatever window I focused?
No, with going via JNI. Because Java runs in its own VM ie the JVM, it cannot proccess system wide keyboard input which is what you are suggesting.
Chris