Julow / Unexpected-Keyboard

A lightweight virtual keyboard for developers.
GNU General Public License v3.0
1.25k stars 168 forks source link

Normalization of Korean characters #594

Closed Julow closed 3 months ago

Julow commented 3 months ago

This changes how some characters are sent to the editor. Characters specified in 'should_normalize_char' are not committed immediately to the editor but instead added to the composing text.

The composing text is NFCKC-normalized. Resulting characters that are not in 'should_normalize_char' committed, the rest is the composing text.

Typing a character not specified here do not change: commitText is used immediately.

Julow commented 3 months ago

Closed in favor of https://github.com/Julow/Unexpected-Keyboard/pull/595