Multiple down plus enter using Hotkey

Hi, Need your help to have a 3x down and enter key using hotkey. See below:

@rtablate,

Place the second assign counter = counter +1 inside the while loop after the send hot key activity.

then inside the while loop before this counter you need to have a IF activity, check for the counter =3 and send hot key for “Enter”

Hi @rtablate,

Please have a Type Into activity instead of looping and feed the hotkeys you want…

For Example:
image

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