|
|
|
|
|
by codedokode
683 days ago
|
|
> Not particularly, the difficulty here is that some clients want text input, and some clients really do want key events I understand this point. For this case it makes sense to send both key code (what character does the key map in Latin layout) and translated code (which characters will be printed when key is pressed in current layout). It seems an easier solution than broadcast large structures to every client and let them have each own implementation for translating codes. Regarding IME, I meant not integrating IME client into a Wayland server but instead unify the API and events that IME uses to insert text with API and events used to notify about regular keypresses. |
|