sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #59451
Re: [Question #817924]: Changing language using sikuli
Question #817924 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/817924
Oleg posted a new comment:
I found a solution: paste(u"Берёзовая роща") - it works.
But I still don't understand why I can't click Alt+Shift
I changed the language switch in the system to Ctrl+Shift, and code
keyDown(Key.CTRL + Key.SHIFT)
keyUp(Key.CTRL + Key.SHIFT)
works.
Alt+Shift - it doesn't work in a similar way
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.