xvvvyz / tilde

Minimal browser startpage.
https://tilde.xvvvyz.xyz
The Unlicense
821 stars 262 forks source link

Input method problem #26

Open NoverNobida opened 3 years ago

NoverNobida commented 3 years ago

East Asian scripts are not letters, such as 中国 한국 にほん. In East Asia, we use the keyboard to type characters through "multiple letter combinations". However, when typing in Tilde, it will appear that the first character is always an English letter instead of an East Asian character.

xvvvyz commented 3 years ago

@NoverNobida thanks for opening this. After logging a few keypresses, the first character is indeed a normal English letter keypress and the event doesn't indicate any "composing" of a script. Because of this, I'm not sure how we can differentiate the events to fix this bug. It may be a hard limitation of dynamically showing the search form.