-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Middle Mouse Button Click Causes issues clicking on items and opening #375
Comments
Yes, the same issue here. I found a workaround (for windows 10 remote machines): Once done you can regain control over the remote pc. #thank_you |
Same issue here. |
Hi. Go to this file InputEventHandlers.ts (https://github.com/immense/RemoteControl/blob/master/Server/wwwroot/src/InputEventHandlers.ts) and you can change code from:
to:
That works for me. |
I'll add this in the next release. |
This should be fixed in the
I'll keep this open until the |
This should be fixed in the latest release. |
Describe the bug
I am using the provided Remotely app, this is not self hosted. I am using Brave Browser, have also tested under chrome.
When I go to close a tab on a browser I use the middle mouse button (scroll wheel) to close. After trying this through the remotely app it suddenly prevents right click from working. Then when clicking with left click it starts to do the action that middle mouse click would do and it can't be undone.
To Reproduce
Steps to reproduce the behavior:
Remotely Version
Server Version: 2021.09.25.0929:
Agent 2021.09.25.0929:
Expected Behavior
Be able to use middle mouse button use.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: