vietc/daemon
vndangkhoa 42595d4bae Fix backspace in grab mode: inject KEY_BACKSPACE via uinput
When grab is enabled, the physical key is intercepted by evdev grab.
The engine's pop() updates the buffer but the KEY_BACKSPACE was never
injected — send_char('\x08') can't emit a keycode and fell through to
paste_string. Now backspace injects KEY_BACKSPACE press+release via
uinput directly.
2026-06-24 18:04:09 +07:00
..
src Fix backspace in grab mode: inject KEY_BACKSPACE via uinput 2026-06-24 18:04:09 +07:00
Cargo.toml Viet+ v0.1.1 2026-06-24 17:29:12 +07:00