← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #677799]: Use dotted characters in Windows

 

Question #677799 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/677799

    Status: Open => Answered

TestMechanic proposed the following answer:
Hi Akos,

I have one idea that can help you.

Lets imagine you have 2 keyboard layout installed. I have English and
Bulgarian. The hot key for switching is windows key + space key.

The idea is to switch between languages and type in English with key
that will produce your desired output. Here is example in Cyrillic but
will work for any language

# staring with English
switchApp("Notepad")

# now switch to your second language
type(Key.SPACE, KeyModifier.WIN)

# type Latin letters that correspond to your second language letters
type("zdrawej")

Here is the video demonstrating above approach - https://www.screencast.com/t/xgVoUpoAKeoG
Note in the bottom-right corner the language indicator

Hope this helps

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.