How can we send keys shift+tab in a terminal 5250

I need to do a shift+tab on the terminal screen. The documentation on send keys doesn’t have examples. Any help on this will be highly appreciated

2 Likes

Hi
Welcome to uipath community
We can use SEND HOT KEY ACTIVITY
With Shift key checked and and in the drop down choose tab
And make sure that the sendwindowmessage property in the property panel of Send HotKey activity is chosen

Cheers @Rohith76

1 Like

Hi @Rohith76

Use Terminal Session

Use provide type as 5250

Send hot key activity as shift +tab

Thanks
Ashwin S

1 Like

Hi @Rohith76

Welcome to the community :slight_smile:

User Terminal session, that has expanded re-usability options for you to use…

For sending hot key, use it to indicate the screen and then pass the hot key :slight_smile:

Hope this helps, good luck

2 Likes

Use the terminal activity “Send Control Key” and select “BackTab”