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

Support more controller buttons on Switch #8851

Open
1 task done
mundodisco8 opened this issue Jun 19, 2024 · 1 comment
Open
1 task done

Support more controller buttons on Switch #8851

mundodisco8 opened this issue Jun 19, 2024 · 1 comment
Labels
improvement New feature, request or improvement
Milestone

Comments

@mundodisco8
Copy link

Preliminary checks

Describe the problem requiring a solution

First of all, thanks for your work!

I am playing on switch and have to deal with the "problem" of a mouse-first interface in a controller-first system. That's on me :D.
I was trying to speed things up assigning controller buttons to different actions, and I realised that on switch, the only buttons that you can assign are the four main buttons (A, B, Y, Z), the plus and minus buttons and two of the four shoulder buttons (L and R, but not ZL and ZR). The four digital direction buttons, ZL, ZR and the analog clickers are not linked to a keyboard key.
Furthermore, the Z button is assigned to ESC and pressing it triggers the Quit Game dialog (probably not the best use of one of the 8 available buttons).

I don't know if this is the case in other systems that rely on controllers.

I was wondering if it would be possible to get those other buttons linked to keyboard keys so we can assign them to different actions.

Describe the possible solution

I was wondering if it would be possible to get those other buttons linked to keyboard keys so we can assign them to different actions.

Additional info

No response

@mundodisco8 mundodisco8 added the improvement New feature, request or improvement label Jun 19, 2024
@ihhub ihhub added this to the 1.1.2 milestone Jun 23, 2024
@ihhub
Copy link
Owner

ihhub commented Jun 23, 2024

Hi @mundodisco8 , we've recently started updating the code related to event handling so we have in plans to expand the support of buttons for Switch platform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement New feature, request or improvement
Projects
None yet
Development

No branches or pull requests

2 participants