-
-
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
Add action shortcut mapping for KEYCODE_DPAD_CENTER
#5680
Comments
It does not respond to clicks? 😮 What about SPACE? and (out of curiosity) |
@rom1v I do find it very strange, because it does seem to respond to a physical mouse's clicks. I will try what you suggested later. |
OK so it works in UHID mode? ( |
No...which is even more confusing to me. Upon reading the description I did expect it to function, but it didn't. |
Oh, SPACE does work...partially. It(which maps to |
There's some personal information that I'd prefer not to give away, so can I contact you through email or something? |
Is your feature request related to a problem? Please describe.
I'm trying to control my TV with scrcpy. The TV do respond to
HOME
(middle mouse) andBACK
(right mouse) action, as well as navigation(Arrow keys). But its UI and native apps do not respond to either click orEnter
(though installed third-party apps like kodi does) when I want to press the button in focus. After some testing, I find that manually runningadb shell input keyevent KEYCODE_DPAD_CENTER
does the job. So...Describe the solution you'd like
Mapping left click or
Enter
to such keyeventDescribe alternatives you've considered
Implementing #4569 can do that?
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: