UmeshChoudhari / jnativehook

Automatically exported from code.google.com/p/jnativehook
0 stars 0 forks source link

Add support for simulating keystrokes/mouseclicks #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The cross-platform listener functionality is awesome, and very much appreciated 
since I already could use it in two projects.

What would be even better:

The possibility to simulate keystrokes and mousemoves/clicks. 
This would allow writing automation and simulation programs. 
Something like AutoKey comes to mind.

Keyboard events would be of highest importance for me here.

Original issue reported on code.google.com by ch...@theduke.at on 21 Jan 2012 at 10:18

GoogleCodeExporter commented 9 years ago
By "simulate keystrokes and mousemoves/clicks" do you mean send them from java 
to the native operating system?  I will take a look and see if it will be 
possible and if so add it in a future version.

Original comment by heispsyc...@gmail.com on 29 Jan 2012 at 8:03

GoogleCodeExporter commented 9 years ago
can you implement the window title or process name of the active window where 
user clicked?

Original comment by iwester...@gmail.com on 25 Mar 2012 at 8:30

GoogleCodeExporter commented 9 years ago
Yes, I too really need the function to be able to generate system-level 
keyboard events from Java. The Robot class won't do.

Thanks

Original comment by andrewbr...@gmail.com on 26 Mar 2012 at 11:59

GoogleCodeExporter commented 9 years ago
This should be possible and fairly simple to implement in the next version 
(1.2).  I'll start working on it (as time permits) after 1.1 has been 
finalized.  As far as the window title or process name, that is outside of the 
scope of this project and will probably not be implemented.

Original comment by alex%1st...@gtempaccount.com on 2 May 2012 at 11:37

GoogleCodeExporter commented 9 years ago

Original comment by a...@1stleg.com on 10 Sep 2012 at 4:36

GoogleCodeExporter commented 9 years ago
A better robot is coming soon ;)

Original comment by a...@1stleg.com on 20 Oct 2012 at 11:40

GoogleCodeExporter commented 9 years ago
Any news on this?

Original comment by christop...@gmail.com on 18 May 2013 at 2:14

GoogleCodeExporter commented 9 years ago
Slowly working on it.  I will have a large commit for the trunk fairly soon.  
Currently looking for a better build solution.

Original comment by a...@1stleg.com on 18 May 2013 at 3:39

GoogleCodeExporter commented 9 years ago
Code for this feature is now available in beta 1.  I am sure there are a lot of 
bugs in the code, so please open a new report for each one on git hub.

Original comment by a...@1stleg.com on 22 Jan 2014 at 7:23

GoogleCodeExporter commented 9 years ago
Thanks for putting time into this, 
I will test it soon.

Original comment by ch...@theduke.at on 23 Jan 2014 at 8:50

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Amazing the work you have done. I downloaded the library and it's excellent 
really. I want to test the simulation keystrokes sent to the system, where I 
can found them?

Original comment by aric...@gmail.com on 5 Jun 2015 at 3:22