What steps will reproduce the problem?
1. https://code.google.com/p/jnativehook/wiki/examples
2. nativeKeyTyped() replace e.getKeyText(e.getKeyCode()) to
e.getKeyText(e.getKeyChar()) //This is because getKeyCode returns
undefined.(As is documented)
3.Now when ran, incorrect values are printed
What is the expected output? What do you see instead?
eg. A: prints NumPad 1, B: prints NumPad 2, C: NumPad 3 etc.
If I hold Shift whilst typing though, the correct letters are printed.
eg. SHIFT+A: prints A, SHIFT+B prints B.
What version of the product are you using? On what operating system?
Windows Vista 32bit, JNativeHook 1.1.4
Please provide any additional information below.
Hopefully not just mixing my source code again guys lol
Thanks in advance
Original issue reported on code.google.com by wakatak...@gmail.com on 16 Dec 2013 at 10:28
Original issue reported on code.google.com by
wakatak...@gmail.com
on 16 Dec 2013 at 10:28