Question about 'Cursor Position'

Discussion, questions and support.
Post Reply
User avatar
Oblomov
Posts: 184
Joined: Mar 4th, ’19, 19:44

Post by Oblomov » Dec 13th, ’19, 19:45

I have a question about 'Cursor Position', inside of the 'Text Expander' module.

I'm currently trying to do the following

Code: Select all

 - Wikipedia"{End}"
I.e. the ", is would be added at the end of the line, however, at the moment it just sends the following:
- Wikipedia""
Am I doing something wrong perhaps? 🤔
Last edited by Oblomov on Dec 14th, ’19, 10:57, edited 1 time in total.
User avatar
Tom
Posts: 791
Joined: Nov 24th, ’15, 23:39

Post by Tom » Dec 13th, ’19, 20:39

{End} macro moves the cursor to the end of the line.
Set "Send raw text" option or enclose braces into braces, like this:

Code: Select all

 - Wikipedia"{{}End{}}"
User avatar
Oblomov
Posts: 184
Joined: Mar 4th, ’19, 19:44

Post by Oblomov » Dec 14th, ’19, 11:00

Tom wrote: Dec 13th, ’19, 20:39 {End} macro moves the cursor to the end of the line.
Set "Send raw text" option or enclose braces into braces, like this:

Code: Select all

 - Wikipedia"{{}End{}}"
This helped, thanks a lot!
Post Reply