I'm developing a touch keyboard for an application (Windows keyboard do not have what I need) using SendKeys.Send() to send the keys when the user presses the buttons. I can send normal keys, like A, B, C, Backspace, Enter, and so on. However I was not able to send special chars, like á, é, ô, ä, ñ.
So, is there a way to send these special characters through SendKeys.Send()? If not, what could you suggest me?