-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
How to delete the attached adb script #1387
Comments
What do you mean by "adb script"? What do you mean by "conflicted"? |
adb code:db shell input tap 1280 560 |
|
I want to assign a new adb command to the right mouse button ( |
Scrcpy does not use For now, it is not possible to reassign mouse buttons. But there is already feature requests for that: #1302 to disable, and there are other to "remap" shortcuts. |
I created a new python script to output adb commands through os, but the right mouse button is occupied. |
Could you share your script, because I don't understand what you mean by "the right mouse button is occupied". If you execute |
I wrote some adb scripts to control the phone, but the accompanying adb scripts conflicted, such as using 'w''s''d''a' to control, and the right mouse button. At the same time I found that my adb script has a short time (~ 0.05s) delay, and sometimes does not work, I use the python + adb method.
Please tell me how to delete the internal adb, if you can, can you try to solve my problem? Thank you
The text was updated successfully, but these errors were encountered: