Alternative to `r or `n for leaving a new line?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
blubaquatics
Posts: 1
Joined: 16 May 2022, 21:55

Alternative to `r or `n for leaving a new line?

Post by blubaquatics » 16 May 2022, 21:57

Hi all, I am using `r or `n to leave a new line in a message that I want to send through facebook messenger.

But the problem is that `r and `n will send the message to the recipient after every line instead of having the message together.

Is there an alternative?

User avatar
mikeyww
Posts: 27095
Joined: 09 Sep 2014, 18:38

Re: Alternative to `r or `n for leaving a new line?

Post by mikeyww » 16 May 2022, 22:08

Welcome to this AutoHotkey forum!

Try:

Code: Select all

Send +{Enter}

Post Reply

Return to “Ask for Help (v1)”