Godot Version
v4.2.2.stable.official [15073afe3]
Question
Pressing “Alt Gr” on a Finnish keyboard seems to be read as “Ctrl” and “A” in the Web export specifically. In other exports I’ve tried it’s “Ctrl” and “Alt” as it should be.
For some reason in the Web export pressing “Alt Gr” also moves the focus away from my LineEdit to a button that is higher in the tree (a top left go back button). This makes it almost impossible to type special characters like “@” using “Alt Gr + 2” as the keyboard focus gets stolen from the LineEdit.
Can someone look into this more and make a proper bug report or fix? Was this already fixed in 4.3? Currently I’ve just fixed it with a script that moves the focus back to the LineEdit after a frame once a “Ctrl” press is detected.