Hello, i just noticed that when using a macro like this for example:
var texts = ["[email protected]", "[email protected]", "[email protected]"];
await Typing(RandomArray(texts));
When running, it won't type the "." (the dot), the text will be written like Text1@abccom or text2@abcnet or text3@abcorg
Is any way to type the dot? Is this a limitation? Any future plans for implement it?
Thanks in advance!
var texts = ["[email protected]", "[email protected]", "[email protected]"];
await Typing(RandomArray(texts));
When running, it won't type the "." (the dot), the text will be written like Text1@abccom or text2@abcnet or text3@abcorg
Is any way to type the dot? Is this a limitation? Any future plans for implement it?
Thanks in advance!