Shift+Enter

Discussion, questions and support.
Post Reply
david
Posts: 21
Joined: Jun 1st, ’17, 20:08

Post by david » May 29th, ’18, 00:44

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.
User avatar
Marko
Posts: 1718
Joined: Mar 2nd, ’13, 21:02

Post by Marko » May 29th, ’18, 09:59

This should work:

Code: Select all

+{Enter}
david
Posts: 21
Joined: Jun 1st, ’17, 20:08

Post by david » Jun 1st, ’18, 00:15

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 :)
User avatar
Marko
Posts: 1718
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Jun 1st, ’18, 12:44

Code: Select all

{Backspace}{Backspace}+{Enter}+{Enter}
Post Reply