Global Sends Keys Event SHIFT+F4

Hello,

What is the Global send keys event for SHIFT + F4 in Blueprism. I tried the below mentioned format in SAP application however it is not working.

<{SHIFT}{F4}>{SHIFT}

Can someone please help me on this?
 
Try "+{F4}" I wrote it with () instead of {} my bad!

Should work.

EDIT:
Sorry, I just realized you said GSKE, the above statement you already mentioned should work: <{SHIFT}{F4}>{SHIFT} Try with "<{SHIFT}{F4}>{SHIFT}"
 
Last edited:

Amarender

Member
Hello,

What is the Global send keys event for SHIFT + F4 in Blueprism. I tried the below mentioned format in SAP application however it is not working.

<{SHIFT}{F4}>{SHIFT}

Can someone please help me on this?

Hi kathireshy

Try below
<{SHIFT}{F4}>{F4}{SHIFT}
 

SERBEM

Member
Have you activated the window/field before sending the global keys - It should work with this, I used it several times <{SHIFT}{F4}>{SHIFT}
 
Top