From c7c6b8b7e4985a6d9204437ae0f431aa77ea1cae Mon Sep 17 00:00:00 2001 From: vndangkhoa Date: Wed, 24 Jun 2026 21:11:36 +0700 Subject: [PATCH] Update README with casing preservation and performance features --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6aa6633..42c9ebb 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ Most Vietnamese input methods on Linux suffer from **underline hell** — pre-ed | **Focus Buffer Auto-Reset** | Automatically clears the engine's compose buffer on focus change between apps | | **Logging & Rotation** | Persistent logging at `~/.config/vietc/vietc.log` with automatic 10MB rotation | | **Hot Reload** | Config changes apply without restart | +| **Casing Preservation** | Syllable substitutions preserve your exact typing casing (e.g. `Saa` → `Sả`, `SAA` → `SẢ`) | +| **High-Performance Injection** | Direct native setuid/setgid user context switching to run injection tools instantly with no slow sudo/PAM overhead | | **Zero Telemetry** | No keylogging, no network calls, fully FOSS | ---