Is it possible to send multiple keys with one send keys option. It is not supposed to display the text in my screen but be used as shortcut keys
Solved! Go to Solution.
Hi @Anonymous ,
Yes, it's possible to send multiple keys using send keys action
Examples (with key combinations):
Copy --> {Control}({C})
Excel select all rows --> {Control}({Shift}{Down})
Examples (without key combinations):
Example2 --> Trace456{Tab}{Enter}
Hope this will help 🙂
Hi @Anonymous ,
Yes, it's possible to send multiple keys using send keys action
Examples (with key combinations):
Copy --> {Control}({C})
Excel select all rows --> {Control}({Shift}{Down})
Examples (without key combinations):
Example2 --> Trace456{Tab}{Enter}
Hope this will help 🙂
Hi,
How to send keys for Control+Shift+Alt+Right+Right+Right+Right+Right. I would like to select and copy certain data range from pdf file
I will show you an example, maybe this will help
{F}{End}{Up:4}{Enter}{Right}{Home}{Down:7}{Enter}
See bold above for how to send the same key multiple times
I have been trying to used send keys for copy, {LControlKey}({C}) to copy some contents on the webpage. Send keys for paste is working but this copy action, can't be done. Do I need to change any settings from this send keys settings?
Hi @Anonymous
Yes, it's possible to send multiple keys using send keys action
Examples
Copy --> {Control}({C})
Even same you can copy paste so it will be replicate twice.
Regards
Ahammad Riyaz
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
So{Control}(c) means hold control and press c, then release both.
{Control}c would press/release control and then press/release c.
I believe you are missing your parenthesis from the subsequent modifier keys.
try this:
{Control}({Alt}({Shift}({1}())))
Hi Michael,
Thanks for your quick response.
I am sorry but still, it is not working. I am using that shortcut key to execute my google script in Google Sheets. I have also used the "Press/Release key" Action. But I am unable to execute the shortcut keys.
Thanks,
Av00
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.