We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Many common linux distributions use Wayland as GUI backend.
The recording and keyboard-output works, but the mouse-movement and -clicks are not executed. No error is visible. No exception occurrs.
It seems the pynput project does not support it: moses-palmer/pynput#331
The same seems to be true for pyautogui: asweigart/pyautogui#111
From the comments I've read that the evdev can be used in that case.
I will test it and report back.
The text was updated successfully, but these errors were encountered:
Note: Found out that the mouse position from pynput is also incorrect
Sorry, something went wrong.
No branches or pull requests
Many common linux distributions use Wayland as GUI backend.
The recording and keyboard-output works, but the mouse-movement and -clicks are not executed. No error is visible. No exception occurrs.
It seems the pynput project does not support it:
moses-palmer/pynput#331
The same seems to be true for pyautogui:
asweigart/pyautogui#111
From the comments I've read that the evdev can be used in that case.
I will test it and report back.
The text was updated successfully, but these errors were encountered: