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?
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.
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.
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.