Hi,  I'm unable to write any polish national characters (those are written by pressing Alt+l = "ł" or substitute l with any of (a,e,o,s,c,n,z,x) in the game dialogs such as chat/bio edition/search of assets. I debugged it and the problem is that the site is intercepting "Alt" presses to prevent "default" behaviour. This is the only site that I have ever problem with polish characters.  " const Oe = Z => { This is output from my keylogger that I added in the devtools:                     Z.altKey && Z.preventDefault(),                     (0,  ss.Ek)("alt", Z.altKey),                     (0,  ss.Ek)("ctrl", Z.ctrlKey || Z.metaKey),                     (0,  ss.Ek)("shift", Z.shiftKey) }" keydown - key: Alt | code: AltRight  MacOS 15.7.4 (24G517) with polish keyboard as input source. My intuition is that other users with macOS and special characters created with "alt" will have some problem.