Robot and accented character
Carlo AJun 26 2012 — edited Jun 28 2012Hello, i'm tring to use java.awt.Robot to create a customized on screen keyboard.
I use the keyPress(int keycode) and keyRelease(int keycode) methods and they works for alphanumeric character cursor movement and so on, but I cannot find the keycode values for accented character like "รจ".
I think I'm missing something... someone can help me? Thanks in advance.
Carlo