Trigger: bbb
Replace with the text:
I found that to insert text from the clipboard, you need to use:Thanks for your letter!
{text from clipboard}
Best regards,
our team
Code: Select all
{
SendInput "{Raw}" A_Clipboard
}
But how to integrate this with the text and include line breaks, I have no idea. The AI doesn't provide any helpful advice either.
Can someone please help me solve this riddle?