Robot Handling Some keys do not work

Hi.
There some keys that I have not been able to use in the Robot Handling step.
Keys generating invalid: '`" and to type ?, it would require combined keys “Shift+/”.
On a International - US Keyboard setup, I would need those keys to type Spanish character sets like áéíóúñ.

On the other hand, have been trying to use Shift and does not recognize the key.

Is there a way to used Char(xx) or similar?
Thanks

Hey,

To do this, I prefer to use the AutoIt plugin over the Robot Handling plugin. Because through AutoIt you can send the keys/hotkeys specifying the window that should receive it (which I think is safer and more effective).

1 Like

Thanks.
I am not very acquainted with AutoIt. As most of the time the process is with autonomous execution, there is no issue with windows interchanging.
Will review the AutoIt scripting.

You can utilize https://www.autohotkey.com/ as well with running scripts via few of these methods(Using the Program | AutoHotkey v2) via AutomationEdge.

Thanks all for your input.