I want to write an Autohotkey text to edit the text that the user selects and append four spaces at the beginning of every line.
If I would simply have a string with multiple lines the task would be easy.
I googled and found one solution at the official Autohotkey forum. That solution copies the text into the clipboard potentially deleting the clipboard content.
Is there a way to do this in autohotkey that doesn't use the clipboard where I can directly operate on the selected text?