Description
Sometimes we want to insert line breaks while entering a value in an application such as Notepad, Wordpad, WhatsApp, etc.
Here is an example:
In this article, you will learn how to insert a line break using the Input to desktop app activity. For further details, you can check the video at the end of the content.
Instructions
To insert a link break, follow these steps:
1. Enable the "Use additional syntax for sending keys" parameter in the Input to desktop app activity
2. If you want to enter the value Hello How are you? one after another, for example, you can use the following syntax:
Hello{ENTER}How are you?
Notice that some applications have a specific scenario: if you hit "Enter", the value is actually submitted instead of inserting a line break. In cases such as this, you can click on the "Input from the keyboard" option and press the key combination that inserts a line break in that application.
For example, if you hit "Enter" in WhatsApp, the value is actually submitted. So, if you want a line break instead, you need to press "Ctrl + Enter" in WhatsApp — and the syntax code that emulates "Ctrl + Enter" in Studio Pro is ^{ENTER}
.
Summing up: if you want to enter a line break in the WhatsApp application, you can do so as follows:
Hello^{ENTER}How are you?
As you can see, it is a simple process. Check the video attached to ensure you are now familiar with it.