kristian / system-hook

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

How about support for posting keyboard and mouse events? #10

Open satyagraha opened 7 years ago

satyagraha commented 7 years ago

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

kristian commented 7 years ago

Good idea. Unfortunately I currently don't have the time to implement posting support. Nevertheless feel free to send me a pull request! Otherwise I unfortunalely would have to stall this. Also Linux support is still in my queue. Sorry. Issue stays open for reference, don't worry. :-)

vpchelko commented 6 years ago

Right now you can use Robot for posting events