-
```
What version of the product are you using? On what operating system?
JNativeHook-1.1.0_rc3
Windows 7 x64
JDK 1.7
Please provide any additional information below.
I use modifier and Key in order t…
-
```
What steps will reproduce the problem?
pressing any letter buttons on keyboard with caps Lock on or off gives the same
key codes
What is the expected output? What do you see instead?
for 'a', …
-
```
What steps will reproduce the problem?
1. Use a application with JNativeHook as a working library
2. Eventually the library fails to load
What is the expected output? What do you see instead?
Any…
-
```
Hi, I'm trying to compile the JNativeHook.dll lib file on windows with C++ but
I'm having some missing files.
Here's the missing files names:
- org_jnativehook_GlobalScreen.h
- uiohook.h
- stdbo…
-
```
When I try to run my built programs with 1.2.0-beta2 or 1.2.0-20140511, I get
this error:
{{{
c:\winprog\Keyboard Logger>java -jar KeyboardLogger.jar
JNativeHook: Global keyboard and mouse hook…
-
```
What steps will reproduce the problem?
1. Register hook
2. ungegister hook
3. register hook again
What is the expected output? What do you see instead?
#
# A fatal error has been detected by the…
-
```
What steps will reproduce the problem?
Just attach a listener and press AltGr.
What is the expected output? What do you see instead?
Zero seems to be (is?) an invalid key code.
What version of t…
-
```
What steps will reproduce the problem?
1. java -jar JNativeHook.jar
2. generate mouse and keyboard events
3. make heap dump with java visualvm and it seems that all the generated events
are kept…
-
```
write a sample code for public void nativeKeyPressed(NativeKeyEvent e)function
Then
if the user is pressing Numpad enter key then e.getKeyLocation() should returns
4 (The location of numpad a…
-
```
When I try to run my built programs with 1.2.0-beta2 or 1.2.0-20140511, I get
this error:
{{{
c:\winprog\Keyboard Logger>java -jar KeyboardLogger.jar
JNativeHook: Global keyboard and mouse hook…