This replaces all line breaks in the selected text with spaces (tries to preserve double breaks): Clipboard:="" Send, ^c ClipWait string:=clipboard stringreplace, string, string, `r`n`r`n, ♥, all stringreplace, string, string, `r`n, %A_Space%, all stringreplace, string, string, ♥, `n`n, all SendInpu...
There is a "Create Mail" macro in Professional Edition. Or write a simple script: to:="[email protected].address" cc:="[email protected].address,[email protected].address" bcc:=" " subject:="This is the subject" Body:= "Hello, Thank you for your interest in our products.%0ABest regards%0AJohn" Run mailto:%To%?cc=%cc%&bcc=%bcc...
Maybe I was not clear. In the script, you can define any number of variables and then reuse them in this or any other command. NameVar:="Albert Bensom" AddressVar:="1, sesame streets" ;etc Path := "C:\Users\master\Desktop\Statement.xlsx" ahmen :=ComObjcreate("Excel.Application") ahmen.visible := Tru...
What's new in FastKeys 5.08: June 12, 2022 We are happy to announce a fresh spring FastKeys update. Release notes: - Remember Last Input option added to Input and Selection macros - Improved formatted text expansion in various applications, - Search command contents added to Find options, - Clipboar...