I want to make a small app that clicks through a bunch of installs to save me some time.
I want to simulate keyboard key presses in other programs in Windows 8. I have been using java.atw.Robot
but with little success besides mouse movement and getting button clicks inside of my IDE and JPanel
s. I have read several similar post about this but most of them seem outdated to older versions of windows. The ones that do mention Windows 8 in their answers offer solutions that are now out of date.
How do you simulate Hardware Keyboard input using Java in Windows 8?
I have found that AWT.Robot works until I call a new Process
and won't work until it is destroyed.