I’ve been trying to use Robot from awt, to input some text on a app. The problem it’s that i can’t make it type any letters like ê, à or á.
I have tried doing this such printing ^e for example but even that works, it just dosen’t print anything for VK_CIRCUMFLEX
Not sure if it matters but i’m testing on a Mac.
Any help would be well come.
You can use the clipboard combined with CTRL/COMMAND+V to do the job for you. The code below works on Windows at least (Mac key combo probably requires a different sequence to do a paste).