Send hotkey multiple times

I need to send tab 26 times.

Is there a simple way to send tab more than once in a “send hothey” activity.
Without needing to create a “send hotkey” activity for each tab?

Thanks!

Counter =0

While counter<=26
Send hotkey Tab( try to add some delay for accuracy)
Counter = counter +1

3 Likes

Thanks, its working now

Hey guys,

Can you please show me or guide me on what activities to use please because i have tried with the Do While and the While activities but I don’t get the desired results, maybe I am missing something…

Thanks a lot!