TypingAid icon indicating copy to clipboard operation
TypingAid copied to clipboard

Add a multiple lines for replacements

Open cricrazy opened this issue 9 years ago • 3 comments

How do I add multiple lines for replacements?

for example, I have the following in my word list.

signature|d|Add Signature|r|Have a Nice Day, Chris.

I would like it to replace with

Have a Nice Day, Chris

Also, the description and replacements are not working in WordlistLearned.txt. I am aware that I need to delete WordListLearned.db, modify the text file and launch TypingAid.

Thanks for this incredible tool.

cricrazy avatar Aug 11 '16 21:08 cricrazy

You cannot do multiple line replacements, currently.

Yes, the don't, and won't work in WordlistLearned as there is no way to learn them :)

ManiacDC avatar Aug 15 '16 14:08 ManiacDC

Thanks @ManiacDC How hard would it be to parse the text and add new line characters to make it work for multiple lines.

signature|d|Add Signature|r|Have a Nice Day**\n**, Chris.

TypingAid is just almost close to perfection!

cricrazy avatar Aug 15 '16 16:08 cricrazy

@cricrazy you could try a

StringReplace, sending, sending, \n, `n,All

in Sending.ahk line 140

hi5 avatar Aug 16 '16 19:08 hi5