How press Shortcut

Hi Salvatore,

Based on the documentation examples Send Keys and RPA.Windows > Readme > Keyboard and mouse > Examples

I think you’ll find that should be:

Send Keys keys={CTRL}(+A)

But what you might have wanted is a lower case a not the upper case A (SHIFT+a)

Send Keys keys={CTRL}(+a)

Hopefully that gives you what you wanted (I haven’t used this library myself),

Dave.

1 Like