Or i need to use same activity 4 time ?
Declare a int variable as NoOfloops = 4
You can place a do while loop activity and keep HotkeyTrigger
In Condition you can place as NoOfLoops <> 4
Thanks,
Srini
Hi @JSR_Techno_Talk_s
If you’re using Type into activity give it as below:
String.Join(“”,Enumerable.Repeat(“[k(down)]”,4))
Regards,
Try this activity
Hi @JSR_Techno_Talk_s ,
Try using the modern Activities : Keyboard Shortcuts.
Works absolutely fine!
Best,
Aditya
Thanks
its working
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.