Python Forum
PyAutogui write Dollar Sign Dutch keyboard not working - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: PyAutogui write Dollar Sign Dutch keyboard not working (/thread-38776.html)



PyAutogui write Dollar Sign Dutch keyboard not working - alato - Nov-22-2022

Hi 2 every 1,

I am using PyAutoGui to automate a login with Putty.

if I use PyAutoGui.write('This sign $ is a dollar sign')
The output will be 'This sign * is a dollar sign"
So the $ will always be displayed as *

I am using Python 3.9 and PyAutoGui 0.9.53

I am using a belgian dutch keyboard.

Has anybody a solution ?

Thankx in advance