Lonami/autoit

Cannot write in windows

Closed this issue · 4 comments

Hey! I am trying to auto-write the path to select a file in Windows 10 explorer. Some commands from this library work, but text writing does not. I am writing the command ait.write(r'C:\Users\vladconq\ios.csv') and getting this error:
image

Can you fix this please?

If you don't care about uppercase, you can use ait.press(*'Hello ... world!\n') for the time being.

Thanks for the quick response! I really don't need uppercase now. But all symbols from the path are erased now.

What I trying to do:
image

What I get:
image

Ah, special symbols also break because they're typed with a key combo. Then this will take a bit more to look into.

@Lonami Was this ever fixed? I see the same issue that was reported here with the 0.2.4 version:

ait.press(*'C:\\Users')
None

will type cusers, instead of the desired c:\users