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

How about support for posting keyboard and mouse events?

Open satyagraha opened this issue 9 years ago • 2 comments

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

satyagraha avatar Dec 05 '16 00:12 satyagraha

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. :-)

kristian avatar Dec 11 '16 23:12 kristian

Right now you can use Robot for posting events

vpchelko avatar Nov 08 '17 11:11 vpchelko