How to send hotkeys using computer vision activities

i am using cv typeinto to send hotkeys.
i tried multiple ways but everything is giving me syntax error.
Example - “[k(ctrla)]” , “[k(ctrl)]”“[k(a)]”, “[k(ctrl)][k(a)]” and “[k(ctrl)]+[k(A)]” and etc.
All these syntaxes are giving me error.

Can somebody help me how to give ctrl+A syntax in computer vision activities.

Use a Click with CV to put the cursor where you want. Then use the Keyboard Shortcuts activity with no selector.

@postwick Thankyou So Much.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.