kristian / system-hook

Global Keyboard / Mouse Hook for Java applications.
MIT License
270 stars 48 forks source link

Multiple Keys #43

Closed JaCoB123456798 closed 4 years ago

JaCoB123456798 commented 4 years ago

There seems to be detection issues when using multiple keys at once sometimes. This doesn't happen with the mouse because there is a way to manually check each key instead of relying on the single key returned by the event's function.

luecking commented 4 years ago

Hello, I recognized this also when using the windows hook in a different way. I think it was like (CTRL-ALT-A): You can press CTRL-ALT first and then A, but not the other way around. Sometimes I also recognized this between CTRL and ALT.