How do I simulate the keystrokes of keeping the "SHIFT" button pressed and simultaneously pressing "TAB"?

Hi,

As part of my automation, I need to reverse tab i.e. move focus from a field to the previous field using keystrokes. While I know that keeping the “SHIFT” key pressed and then pressing the “TAB” key would work, I need to know as to how I can simulate those using UiPath STUDIO?

Please help!

Thanks in Advance,

Ramesh Rangarajan

Hi @rameshrangaraj1970

Welcome to Community!!

Try this

Press Shift and Tab at a time

image

or

image

I hope it helps!!

@rameshrangaraj1970
If you are using classic activities then use send hot key activity.

If you are using modern design then use Keyboard shortcuts activity.

Give selector of exact element for which you want to use shift+tab

Hi @rameshrangaraj1970

In modern version use the below activity
image

In classic version use the below activity
image

Hope it works!!

Hi @rameshrangaraj1970

Yes for keystrokes you can use the Keyboard activities.

Use the Keyboard shortcut activity if you are using the modern activities.
Choose the Window messages option for Input mode property in the properties panel.
image

Note - The Keyboard Shortcut activity has to be use inside the Use application\browser activity.

Use the Send Hotkey activity if you are using the classic activities.
Check the window messages property in the properties panel.
image

Hope it helps!!

Thanks much All for your very quick reply. My problem got solved. Thanks once again!

2 Likes

@rameshrangaraj1970

If you find the solution for your query please do mark as solution to close the loop.

Happy Automation!!

@rameshrangaraj1970

Thank you @rameshrangaraj1970

I hope you got the solution for your query. Please mark it as solution which helps to forum members. Then they can explore this query for their doughts.

Happy Automation!!

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