pmotschmann / Evolve

An incremental game about evolving a civilization
Mozilla Public License 2.0
794 stars 343 forks source link

Queue key only works when input method is English #1135

Open shoftee opened 1 month ago

shoftee commented 1 month ago

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.