Platform: Windows
Version: 3.33.0
I have a text expansion script for my GitHub profile:
metadata = {
expand: "gh;;",
exclude: true,
};
await keyboard.type("https://github.com/eddiemcconkie");
https://github.com/eddiemcconkie // Expected
https:/github.com/ediemconkie // Actual
The t's in https both make it in, but any other repeated characters get skipped.