In my case I need to type a Japanese string and then an Enter key. With ASCII, I can append "\n" to the string, but it doesn't work after setting unicodeKeyboard to true.
Is there a way to switch keyboard between unicode mode and the original one?
Many thanks!