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
As stated in the title, the queue key only works if the keyboard input method is English.
I'm guessing the code uses KeyboardEvent.key for this functionality. You should use KeyboardEvent.code instead, as it works independent of keyboard layout.
The text was updated successfully, but these errors were encountered:
As stated in the title, the queue key only works if the keyboard input method is English.
I'm guessing the code uses KeyboardEvent.key for this functionality. You should use KeyboardEvent.code instead, as it works independent of keyboard layout.
The text was updated successfully, but these errors were encountered: