Sry, didn't notice this comment. I have added you as a developer of the project,...
<unistd.h> is required for usleep()
Thanks for the report. I encountered the same problem last time I did a build on...
Use System.loadLibrary instead of System.load
I have added a try/catch block to the load call which now uses loadLibrary as a fallback...
#13 Use System.loadLibrary instead of System.load
JXGrabKey.jar relies on the native c++ code. But it does not load the native library...
Also thanks for putting in the work to port this and making it up to date. :)
If you build some code in the test that looks up the appropriate file via a file...
XKeycodeToKeysym is deprecated
Thanks for the fix, committed in trunk.
#14 XKeycodeToKeysym is deprecated
Since this is just a test class I would rather keep it to the hard coded path. When...
Since this is just a test class I would rather keep it to the hard coded path. When...
Event consumed : Clipboard issue while using CTRL+C hotkey
Failed to build in Ubuntu on ARM device
ARM needs custom compilation, since I have no ARM device, users will have to build...
UnsatisfiedLinkError in Ubuntu 10.04
Maybe the path/name to the .so file was wrong?
pthread_spin_init used incorrectly
Thanks for the report. This might be due to some class sharing magic the newer JVMs...
#12 pthread_spin_init used incorrectly
This was a good hint with \r. This regex works fine: (interface [a-zA-Z0-9 <>,\./*?[\s]]*...
This was a good hint with \r. This regex works fine: (interface [a-zA-Z0-9 <>,./*?[\s]]...
This was a good hint with \r. This regex works fine: (interface [a-zA-Z0-9 <>,./*?[\s]]...
Regexp illegalpattern regression from 5.8 to 6.1 and 6.2