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

Missing pynput support for Linux-Wayland #61

Open
superstes opened this issue Nov 21, 2024 · 3 comments
Open

Missing pynput support for Linux-Wayland #61

superstes opened this issue Nov 21, 2024 · 3 comments
Labels
bug Normal bug

Comments

@superstes
Copy link
Contributor

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.

@superstes superstes added the bug Normal bug label Nov 21, 2024
@superstes

This comment was marked as outdated.

@superstes

This comment was marked as outdated.

@superstes
Copy link
Contributor Author

Note: Found out that the mouse position from pynput is also incorrect

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

No branches or pull requests

1 participant