system-hook icon indicating copy to clipboard operation
system-hook copied to clipboard

Global Keyboard / Mouse Hook for Java applications.

Results 10 system-hook issues
Sort by recently updated
recently updated
newest added

It would very useful to implement the return code for the hooks to stop certain keystrokes for monitored keyboards reaching also the standard input. My use case is that a...

While the hook is running, accented characters and quotation marks before words do not work. Example: ú ã "test"

bug
inactive

If I instantiate the GlobalKeyboardHook, with a true parameter, my application stops to recieve the key events. The same with GlobalMouseHook, but for mouse events. I am writing a Swing...

bug

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Hi, I'm trying to build a project with mvn compile / install. Maven is able to download it as a dependency though, I can use system-hook while running the program...

Hello, I played around with it. But I run into problems. Indeed, it stops forwarding the key events to other applications. But now all keys are blocked. It would be...

enhancement
help wanted
inactive

The build.xml doesn't pick up the ANT installation and instead looks inside the workspace

It would be very convenient with source jar.

enhancement

Often we want to do the above when a specific kbd event happens... Some clues: https://github.com/kwhat/jnativehook/blob/dd04fa987e1153cce078c859924f945307c04734/src/jni/org_jnativehook_GlobalScreen.c#L134

enhancement
inactive