asweigart / pyautogui

A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
BSD 3-Clause "New" or "Revised" License
10.3k stars 1.25k forks source link

can't type ' : ' , instead ; it types ' / ' #544

Open AmmarHaddadi opened 3 years ago

AmmarHaddadi commented 3 years ago

whene i use the pyautogui.typewrite(':') function , it types / as an output same as pyautogui.press(':') / image image

SuvanshKumar commented 3 years ago

Hi @SknferPearce , for me it is working correctly. Can you elaborate what OS/DE you are using? I tested it on Linux Mint 20 (Cinnamon Desktop) and Windows 10, both seem to be working