Pressing Keys with Links

Tell us how Jarvis makes your life easier and share your methods.
Post Reply
Strikeforcepc
EGG
Posts: 1
Joined: January 12th, 2018, 2:42 pm

Pressing Keys with Links

Post by Strikeforcepc »

I am wanting to send an ENTER key press, as well as TAB and BACKSPACE and UP/Down arrow.

I have tried {ENTER}, {ENTERKEY} and {ENTER} {ENTER_UP}

Any suggestions?


Thanks so much! 8-)
Zunair
Site Admin
Posts: 2423
Joined: January 11th, 2014, 12:29 am

Re: Pressing Keys with Links

Post by Zunair »

either use keyboard sections...
or use one of these in action... [Type("str","sendkeys"] or [Type("str","winforms"]

SendKeys
WinformKeys

http://jarvis.ai-dot.net/documentation/ ... with_LINKS
Post Reply