You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Call Keyboard.get().notify()...
Press arrow combinations with Spacebar.
Expected behavior
I was expecting Spacebar to be detected by Keyboard.get().notify().
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) ?
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:
Expected behavior
I was expecting Spacebar to be detected by Keyboard.get().notify().
Execution Environment:
The text was updated successfully, but these errors were encountered: