-
Notifications
You must be signed in to change notification settings - Fork 137
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
Mouse click #140
Comments
Have you tried long tapping followed by a short tap? I have the same problem on rpi and that sequence of taps worked for me |
Have you solved this problem?
It works, but it's terribly uncomfortable. With the same settings on the phone and the server on windows everything works fine. |
This works for me as well, but as mentioned, it makes for a terrible user experience. Furthermore, special characters and capitals are not sent from the keyboard. Feel like I wasted my money on this app... |
My theory is that it is related to Wayland (uinput). The server seems to work better with X11. It does not work well with Ubuntu 22.04, in which Wayland is forced, and X11 is absent if Ubuntu was not upgraded from a precedent installation. I want to try to install Ubuntu 20.04 (which contains X11), force X11, upgrade Ubuntu to the 22.04 version, and force again X11. This way, it could work. I wanted the performance boost from Wayland, but I can not find a better solution. It would be perfect if someone can find the problem in the uinput implementation. |
Replaced `mouse.Click()` with `mouse.Down()` followed by `mouse.Up()` to address input issues on Linux Wayland (tested on KDE kwin_wayland). This change also ensures continued compatibility with other platforms, including Windows and various Linux environments, preserving consistent and reliable mouse interaction across all supported systems.
Neither left or right mouse click work for me on either of my computers, both ubuntu 20. Everything else in other remotes seems to work well, but I can't click the mouse
The text was updated successfully, but these errors were encountered: