I do not know how to even start with something like this. How would you make the computer think you are pressing certain keys without the user actually pressing them?
Simulating Pressed Keys
Collapse
X
-
Tags: None
-
You could have a look at the java.awt.Robot class but I'm about sure thatOriginally posted by dudeishfishI do not know how to even start with something like this. How would you make the computer think you are pressing certain keys without the user actually pressing them?
you don't want to go there. Why do you want to mimic those key presses?
kind regards,
Jos -
I took a look on the Java Documentation, and it looks like awt.robot is no longer in use. I want to make this program to type, without typing.Comment
-
Where did you read that the java.awt.Robot class is 'no longer in use'?Originally posted by dudeishfishI took a look on the Java Documentation, and it looks like awt.robot is no longer in use. I want to make this program to type, without typing.
kind regards,
JosComment
-
-
-
Comment