vietc/protocol
Khoa Vo ed23d6bc35 fix: X11 injector sends 'u' instead of backspace in paste_via_clipboard
paste_via_clipboard() called send_keycode(22, false) which sends evdev
keycode 22 = KEY_U (letter 'u'), not KEY_BACKSPACE (evdev 14). This
caused garbled output whenever Vietnamese Unicode text was pasted via
clipboard (every VNI correction with accented characters).

send_backspace() had the same wrong evdev keycode.
2026-07-04 18:20:53 +07:00
..
src fix: X11 injector sends 'u' instead of backspace in paste_via_clipboard 2026-07-04 18:20:53 +07:00
build.rs Viet+ v0.1.1 2026-06-24 17:29:12 +07:00
Cargo.toml release: v0.1.7 — password detection, Telex enabled, GNOME Wayland support 2026-07-01 11:00:11 +07:00