01-02-2023 23:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


01-02-2023 23:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
It seems the OS drops any CR, LF, CRLF characters on input
Is it possible to enter / detect carriage returns or line feeds in text entered in a companion setting textinput field, and if so how?
Author | ch, passion for improvement.

01-03-2023 13:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-03-2023 13:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I know it's not a true solution but you could always ask the user to add a specific string of characters like "//" for a new line and parse the input to replace with "\n"
Or you could use separate inputs for each line.
Only if you can't come across a better solution.

01-03-2023 13:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


01-03-2023 13:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Thanks @kozm0naut - am using "." for now but was hoping for a solution for pasting normal text.
Author | ch, passion for improvement.

