Open Snowmander opened 5 years ago
And #1965, and ppy/osu#5827, and possibly ppy/osu#5819 too. Probably all going to boil down to opentk things. The issues might need cleaning up, though.
Chinese IME on iOS is broken too. The game detects key and directly filled the character in, therefore no "pending words" can be selected.
Korean (and possibly other asian inputs such as Japanese) input works differently than western ones. Instead of each keystroke equating to a letter, a letter in Korean is a combination of two or three sub-letters that are sequentially typed.
Example: ㄱ + ㅔ: 게 ㅇ + ㅣ + ㅁ: 임
Here’s how it’s supposed to work: https://streamable.com/89trl
Lazer separates each keystroke, resulting in a gibberish. https://streamable.com/71gsa
Interesting note: there seems to be another problem that prevents the words from appearing until a spacebar is pressed.