Forum Discussion
HKosova
Alumni
14 years agoHi,
Try the aqEnvironment.SetKeyboardLayout method instead:
Try the aqEnvironment.SetKeyboardLayout method instead:
However, depending on your test case, this operation might not be needed at all. For example, TestComplete's Keys method supports multi-language text input:
Set edit = Sys.Process("notepad").Window("Notepad").Window("Edit")
edit.Keys "Hello, world!" & [Enter] & "¡Hola, mundo!" & [Enter] & "Γεια σου κόσμε!" ' English, Spanish & Greek