cancel
Showing results for 
Search instead for 
Did you mean: 

Spacebar key

M_Zubair
Level 2
Is there way to pass spacebar key to UI element in blueprism 5.0
1 BEST ANSWER

Best Answers

david.l.morris
Level 14
Hi, Use Send Keys with an input of "" "". Dave
Dave Morris 3Ci at Southern Company Atlanta, GA

View answer in original post

6 REPLIES 6

david.l.morris
Level 14
Hi, Use Send Keys with an input of "" "". Dave
Dave Morris 3Ci at Southern Company Atlanta, GA

LeonardoMalaqui
Level 2
Genius

Hi Dave,
Do you know if there is a way to use the spacebar with another action?  I'm trying to use Ctrl+Spacebar in an Excel file to highlight an entire column (which has blanks) not pullin into BP, because it's too large, it kept crashing my stuff.  Hoping there is a quick fix here.  I've tried to put in a navigate stage and also to build together in a calc stage.  Nothing is working.  

Thanks for any assistance you can provide!
Jenna

------------------------------
Jenna Schnizlein
------------------------------

Use this expression: "^ "

^ is the special character for Ctrl when using send keys. The other special keys for send keys can be found here: https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.sendkeys?view=netcore-3.1

------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------

Hi Nicholas,

I tried that first.  It doesn't work.

------------------------------
Jenna Schnizlein
------------------------------

If send keys aren't working, you might want to try send key events.  A guide on how to use them is here: https://portal.blueprism.com/documents/guide-send-keys-and-send-key-events

I imagine the syntax for send key events would be something like: <{CTRL}{SPACE}>{CTRL}

------------------------------
James Man
Professional Services
Blue Prism
Asia/Hong_Kong
------------------------------