ContributionsMost RecentMost LikesSolutionsRe: keyboard layout Good morning! I'm having trouble on the keyboard layout when creating an automation script in which I use the method "keys" of a variable and the text I use the bar divide "/" the TestComplete is not filling the field with the bar. example: procedure keyboard(); var formSisloc : oleVariant; begin formSisloc := aliase.sisloc.wmainform; formSisloc.keys(TS.0001/2013); / / command populates this value in the text box on the form, so that without the bar divide "/". end; The standard keyboard is configured Portuguese (Brazil) ABNT2. I found that if I use the Portuguese (Brazil) U.S. bar works, but my keyboard to get mangled manual entry. I tried using the example of the manual setKeyboardLayout TestComplete, but for the system to work does not work. System developed in Delphi and VCL forms of type.keyboard layoutBom dia!! Estou com problema sobre o layout do teclado, quando criar um script de automatização no qual utilizo a método "keys" de uma variavel e no texto eu utilize a barra de dividi "/" o testcomplete não está preenchendo o campo com a barra. Exemplo: procedure keyboard(); var formSisloc : oleVariant; begin formSisloc := aliase.sisloc.wmainform; formSisloc.keys(TS.0001/2013); //comando preenche este valor na caixa de texto do formulário, so que sem a barra de dividi "/". end; O teclado padrão configurado é português (brasil) ABNT2. Verifiquei que se utilizo o português (brasil) US a barra funciona, porém o meu teclado ficar desconfigurado para entrada manual. Tentei utilizar o exemplo de setKeyboardLayout do manual do testcomplete, mas para o sistema que trabalho não funciona. Sistema desenvolvido em Delphi e os formulários do tipo VCL.