I am using Sikuli to complete some forms and I have to type Greek letters on some of them.
I can define a string with greek letters, for example a='Γεια σου'
, and even print it using Python 3.5.2 Shell (on Windows). However when I use the type
command on SikuliX the program crashes. The paste
command does not give error but does not type the correct word either (it types other symbols).
Is there any way to type the correct Greek letters? (couldn't find anything in Google)
Added later: I noticed that typing ALT+(a number 896-919) gives Greek capital letters. I tried this with KeyDown(Key.ALT)
on Sikuli but it doesn't work - it types nothing.