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

Can KeyboardConfig only select one option? wasd or arrows ? #507

Closed
devchenli opened this issue May 2, 2024 · 1 comment · Fixed by #508
Closed

Can KeyboardConfig only select one option? wasd or arrows ? #507

devchenli opened this issue May 2, 2024 · 1 comment · Fixed by #508
Labels
question Further information is requested

Comments

@devchenli
Copy link

How can we help?

keyboardConfig: KeyboardConfig(
directionalKeys: KeyboardDirectionalKeys.arrows(),
acceptedKeys: [
LogicalKeyboardKey.space,
],
),

How to set up support for both KeyboardDirectionKeys. arrows() and KeyboardDirectionKeys. wasd() ?

@devchenli devchenli added the question Further information is requested label May 2, 2024
@RafaelBarbosatec
Copy link
Owner

Hi @devchenli !
Thanks for this question.
It's a good point. It's not possible at the moment. I'll enable this in next release.

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

Successfully merging a pull request may close this issue.

2 participants