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

Input not recognizing certain keyboard combination. #1288

Open
WhatIsThis152 opened this issue Feb 4, 2021 · 2 comments
Open

Input not recognizing certain keyboard combination. #1288

WhatIsThis152 opened this issue Feb 4, 2021 · 2 comments

Comments

@WhatIsThis152
Copy link
Contributor

Describe the bug
Keyboard.get().notify() won't notify Space(32) if the following combinations involving arrow keys are being pressed:
Down + Right
Down + Left
Left + Up

To Reproduce
Steps to reproduce the behavior:

  1. Call Keyboard.get().notify()...
  2. Press arrow combinations with Spacebar.

Expected behavior
I was expecting Spacebar to be detected by Keyboard.get().notify().

Execution Environment:

  • Host system: Ubuntu
  • Target system: html5
  • IDE used: Visual Code Studio
  • Kha: fd61f8e
@ghost
Copy link

ghost commented Feb 5, 2021

Works perfectly when building from archlinux, with firefox, pressing space calls down and up listeners, while pressing any arrow combination, including all four.

Might be GNOME acting up, i remeber having problems with it eating some key combinations.
Maybe try to isolate it (test if the problem is with browser or maybe DE itself, maybe even keyboard) ?

@WhatIsThis152
Copy link
Contributor Author

I'll be trying to isolate it, thank you.

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