kwhat/jnativehook

All keyboard input is all capitols.

matthew1246 opened this issue · 1 comments

No matter what input I enter, the input is all capitols. For eg) If I enter little a, the input is detected as capitol A. If I enter b I get B as output.

User32.dll only gives capitols letter. You have to detect shift key or capslock in your code before you detect capitol character.