▲ | kps 4 days ago | ||||||||||||||||||||||||||||||||||
Sorting is a good point. On the other hand, prefix combining characters would have vastly simplified keyboard handling, since that's exactly what typewriter dead keys are. | |||||||||||||||||||||||||||||||||||
▲ | layer8 4 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||
Keyboard input handling at that level generally isn’t character-based, and instead requires looking at scancodes and modifier keys, and sometimes also distinguishing between keyup and keydown events. You generally also don’t want to produce different Unicode sequences depending on whether you have an “é” key you can press or have to use a dead-key “’”. | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
▲ | dcrazy 4 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||
Not all input methods use dead keys to emit combining characters. |