vietc/engine/src
Khoa Vo 9dfd86248d fix: Telex 'r' (hỏi) consumed as tone key even with no vowel
- Tone keys (f,s,r,x,j) now only apply when composition has a vowel
- Without a vowel, they fall through to normal character append
- Fixes 'r' disappearing in words like 'trời', 'trâm', 'trảm'
- Added test_telex_r_as_normal_char covering 4 scenarios
- Also: 15ms delay between clipboard paste and trailing uinput chars
2026-06-26 15:48:58 +07:00
..
bamboo.rs fix: Telex 'r' (hỏi) consumed as tone key even with no vowel 2026-06-26 15:48:58 +07:00
engine.rs fix: X11 key lookup, bamboo engine port, uinput injection overhaul 2026-06-26 15:20:03 +07:00
english.rs Optimize typing performance and preserve casing on replaced syllables 2026-06-25 19:59:46 +07:00
input_method.rs fix: X11 key lookup, bamboo engine port, uinput injection overhaul 2026-06-26 15:20:03 +07:00
lib.rs fix: X11 key lookup, bamboo engine port, uinput injection overhaul 2026-06-26 15:20:03 +07:00
spelling.rs Optimize typing performance and preserve casing on replaced syllables 2026-06-25 19:59:46 +07:00
telex.rs Optimize typing performance and preserve casing on replaced syllables 2026-06-25 19:59:46 +07:00
tests.rs fix: X11 key lookup, bamboo engine port, uinput injection overhaul 2026-06-26 15:20:03 +07:00
vni.rs Optimize typing performance and preserve casing on replaced syllables 2026-06-25 19:59:46 +07:00