We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Can I manipulate the keyboard through processing?
For example, I issue the following command to processing:
Command 1. Press 'A' once per second.
Is this possible with processing?
It is literally to control the keyboard. Thank you for your code.
Please help me.
Answers
Command 1. Press 'A' once per second. Is it possible?
Check out past threads on KeyEvent and Robot. For example:
Is your goal to create key events while another application has focus, such as typing in a Word document? Please be specific about what you are trying to accomplish -- the details matter.
https://forum.Processing.org/two/discussions/tagged?Tag=robot.keypress()
Very thanks ^^