Send hot key for combination keys

Hi,
How do I send hot key Home, Shift + End?
What does this combination do?
If I want to send key to a field that is with setclipping region in citrix, how do I do that?

Thank you.

Hi @A_Learner

Try this way:
image

If required add delay after first Send Hotkey.

Regards

1 Like

@A_Learner
You may use below expression as well.

“[k(home)]” + “[d(shift)]” + “[k(end)]” + “[u(shift)]”

k means action pressing a key down and up one time each.
d means keeping pressing down a key.
u means keeping pressing up a key.
The keyword in the parentheses is the key your’d like to press.
The sequence of the actions is from left to right and concatenate by “+” or “&”.

1 Like

Hi @A_Learner

Give a try with the KeyBoard Shorcuts, if you want to send that combination into an input field, then drag and drop a click activity before the keyborad shortcuts and click the element first, then send the combination to the entire screen (if it is Citrix)
image

Regards!

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