Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance MacrosPlay to allow for escaped newline, tab, backspace, carriage return #1433

Open
nevd opened this issue Jun 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nevd
Copy link
Contributor

nevd commented Jun 30, 2024

Is your feature request related to a problem? Please describe.
Using MacrosPlay you cannot insert the same characters or control as in MACROS, such as tab/cr

Describe the solution you'd like
Allow \t \r \n \b to be used within the the string and still allow for the use of \ as a insertable character.

Describe alternatives you've considered
Create a new function that combines MACROS and MacrosPlay as arguments.
"string", T(tab), "string"

Additional context
None

@nevd nevd added the enhancement New feature or request label Jun 30, 2024
@nevd nevd changed the title Enhance MARCRO to allow for escaped newline, tab, backspace, carriage return Enhance MacrosPlay to allow for escaped newline, tab, backspace, carriage return Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant