defold / defold

Defold is a completely free to use game engine for development of desktop, mobile and web games.
https://www.defold.com
Other
3.94k stars 282 forks source link

Some buttons stop responding in the game if you change the keyboard layout to another language #8739

Open Devyatyi9 opened 3 months ago

Devyatyi9 commented 3 months ago

Describe the bug (REQUIRED) If you specify a Semicolon, Comma or other non-letter keyboard button in Input Bindings, then when changing the English layout to another one, the game simply does not respond to pressing this button.

Defold version (REQUIRED):

Platforms (REQUIRED):

Additional context (OPTIONAL): In the game.input_binding file, the button name is written as KEY_SEMICOLON, so does the engine use virtual key codes instead of physical ones?

Devyatyi9 commented 3 months ago

Found the same issue https://github.com/defold/defold/issues/4855