Closed gui-lux closed 1 year ago
same problem here
Thanks for reporting, this is currently a well-known issue with Autogui https://github.com/asweigart/pyautogui/issues/38 On the other hand, I tried to reproduce it locally but I can't. What I did is essentially switch my US layout to the french one and try to input problematic characters: aéèàç, but they were replayed correctly. On the other hand when I switch from one layout to another midplay: That is I record with the english one but when I replay I use the french one, that fails. Can you try to run the same recording but with the US layout and see if it solves your problem?
I am now closing this issue, feel free to reopen if you have some more comments.
Checklist
Verbose log
Miscellaneous information
Operating System
Ubuntu 20.04
Desktop Environment/Window Manager
Awesome WM
Python version
3.8.10
Description
Hi, first, I'm using an azerty (French) keyboard. And basically, what I typed : &é" aze qsd wxc
123 AZE QSD WXC
What it renders : !# qwe asd zxc
!@# QWE ASD ZXC
Please note I omitted unnecessary lines (time.sleep...) from the log. Thx