Re: [Sikuli-driver] [Question #670126]: Diffence between the text registered in the script ant the text executed

2018-06-11 Thread MAR
Question #670126 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/670126

Status: Answered => Solved

MAR confirmed that the question is solved:
Thank you for your quick response.
I introduced a script to automatically set the keyboard from FR (AZERTY) to 
EN/US (QWERTY) during the execution. Now it works.
OK for your first comment.
Best regards

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #670126]: Diffence between the text registered in the script ant the text executed

2018-06-11 Thread RaiMan
Question #670126 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/670126

Status: Open => Answered

RaiMan proposed the following answer:
type only works against a US keyboard layout (faq 933)

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #670126]: Diffence between the text registered in the script ant the text executed

2018-06-11 Thread RaiMan
Question #670126 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/670126

RaiMan posted a new comment:
should first be a question

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #670126]: Diffence between the text registered in the script ant the text executed

2018-06-11 Thread MAR
New question #670126 on Sikuli:
https://answers.launchpad.net/sikuli/+question/670126

Hello,

I want to do a Remote Desktop, the script does:
- Open a Remote Desktop thanks to openApp("mstc.exe")  => OK
- Wait the field to enter the text => OK
- Enter the text in the field thanks to : type("terrain1"+Key.ENTER)   => NOK
=> The text entered during the execution of the script is terrain& instead of 
terrain1. 
   The "1" is replaced by "&".

Have you an idea of this problem?

Nota: I use Sikuli 1.1.0 / 64-bit

Thank you in advance for your response.

Best regards,
Laurent

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp