-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
Right-click and middle-click do not work #1233
Comments
Do other controls work? https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#control-issues Does it work with another version? |
My computer has v1.9 and v1.12.1, all functions can be used normally in v1.9, right-click and middle-click in v1.12.1 are invalid, other functions are normal. It should be ADB version conflict, how should I solve it? |
C:\scrcpy-win64-v1.12.1>adb devices
|
I still do not solve the problem if I follow these methods. |
You have an app which starts an old adb (31). Find it and stop it. |
Microsoft Windows [版本 10.0.16299.547] C:\Users\1>adb usb C:\Users\1>adb version C:\Users\1>scrcpy |
Still can not use the right-click and middle-click functions, shortcuts and other functions are normal. |
And if you use v1.9 it works? What about v1.10 and v1.11? |
v1.9 works, neither v1.10 nor v1.11 works. |
What if you use v1.12 (or v1.10 or v1.11), but overwrite |
Perfect solution, thank you! |
I am experiencing this behavior as well. I tried replacing |
@rom1v I suspect the issue I'm encountering is something with the ROM I am running because it worked prior to the update and I've just verified it works on two other android devices today. I just tested again by downloading I cannot find anything in developer options resembling #70 Any suggestions on where I can start troubleshooting to see if I can get this working on my primary device? |
Does |
Thanks for the response! It doesn't work :( It's working on my test device though. I suppose that's the issue. I also tested Edit: I tried a bunch of other keyevents and they worked. For some reason, just HOME and BACK don't work. Edit 2: APP_SWITCH also does not work on this device. |
In v1.12, I cannot return to home by Middle-click. and can't return back by right click, How can I solve this?
The text was updated successfully, but these errors were encountered: