Skip to content
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

Feature Request: Double tap with physical buttons #591

Open
basxto opened this issue Dec 3, 2024 · 0 comments
Open

Feature Request: Double tap with physical buttons #591

basxto opened this issue Dec 3, 2024 · 0 comments

Comments

@basxto
Copy link

basxto commented Dec 3, 2024

It would be nice if a double tap on physical button could toggle the chat, if the option for toggling chat on double tap is enoubled.

This is a) related to #179, b)ut also allows to toggle chat with bluetooth headsets.

Buttons which seem useful (recorded with Input Event Checker):

  • Remote does:
    • okay/select button in the center: DPAD_CENTER
    • ⏯️: MEDIA_PLAY_PAUSE
  • My headset does:
    • MEDIA_PLAY and MEDIA_PAUSE (alternating)
  • My gamepad does:
    • A: BUTTON_A and DPAD_CENTER
    • right thumb stick click: BUTTON_THUMBR and MEDIA_PLAY_PAUSE
    • left thumb stick click: BUTTON_THUMBL and MEDIA_PLAY_PAUSE

My gamepad only sends the second KeyEvent if the first doesn’t get handled, dunno how standard this is for Android gamepads.

I’d use only PLAY_PAUSE, PLAY and PAUSE for that. The expected behavior for DPAD CENTER would be rather to toggle the overlay UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant