How To pass keystrokes using CV activities on a Citrix application

Hi,

I’m automating a citrix application I need to pass Ctrl+C on top of an element.

I tried multiple ways but everything is giving me syntax error.
Example - “[k(ctrlc)]” , “[k(ctrl)]”“[k(c)]”, “[k(ctrl)][k(c)]”, “[k(ctrl)]+[k(c)]”, “[k(ctrl)c]”, “[k(ctrl)]”+“c”.
All these syntaxes are giving me error.

Kindly let me know a correct syntax.

Also, I tried Get text using CV and the method is Select - all text. When I’m retrieving it from clip board, it’s not working all the time kindly suggest

Note: I’m clearing the clip board after getting text, if not the previous value is getting stored.

@Babjee.Vangipurapu

you can just click record in send hotkeys and record ctrl+c

also is copy paste allowed from citrix?..you can test manually if it allows

cheers