Page 1 of 1

Shift+Enter

Posted: May 29th, ’18, 00:44
by david
Hello!

I wanted to ask a very simple question. I am trying to do a script that types: backspace and shift+enter. I can't seem to do a shift+enter, only enter. Can you please help me on this one?

Thanks a lot!

Best regards,
David.

Re: Shift+Enter

Posted: May 29th, ’18, 09:59
by Marko
This should work:

Code: Select all

+{Enter}

Re: Shift+Enter

Posted: Jun 1st, ’18, 00:15
by david
Thanks a lot!

I want for this simple script to do:

Backspace
Backspace
Shift+Enter
Shift+Enter

This is how I have it: http://share.epiclemon.com/rzYy

Unfortunately it acts weird, and most of the times it is like having two full enters. I believe maybe it is too fast for the program to register such fast sequences? I was trying to add a sleep time, with command type, but could not. Can you please help me out?

Thanks so much for the help :)

Re: Shift+Enter

Posted: Jun 1st, ’18, 12:44
by Marko

Code: Select all

{Backspace}{Backspace}+{Enter}+{Enter}