Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

with pyautogui.hold(alt'): problem #866

Open
safaka123 opened this issue Jul 1, 2024 · 2 comments
Open

with pyautogui.hold(alt'): problem #866

safaka123 opened this issue Jul 1, 2024 · 2 comments

Comments

@safaka123
Copy link

safaka123 commented Jul 1, 2024

pyautogui works very well.
There is a Ş sign in Turkey. I write this sign on Windows with
ALT+num0+num2+num2+num2.
with pyautogui.hold('alt'):# Ş harfi OK
pyautogui.press(['num0', 'num2', 'num2', 'num2'])

It writes successfully.
The program continues without giving any errors. It can write over and over again.
But even though it does not give any errors, it plays an error sound every time it writes.

How can I solve this problem.

Thanks, Regard

@theonlyswissarmy
Copy link

What do you mean by an error sound? What platform did this happen on?

@safaka123
Copy link
Author

safaka123 commented Jul 19, 2024

the error still persists. I can't find solve. But change module with keyboard module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants