diff --git a/daemon/src/main.rs b/daemon/src/main.rs index ee9137a..10dd5bd 100644 --- a/daemon/src/main.rs +++ b/daemon/src/main.rs @@ -1254,6 +1254,7 @@ fn run_with_evdev( consumed_keys.remove(&keycode); } if let Some(mut ch) = key_to_char(key) { + eprintln!("[debug] key={} ch='{}' val={} buf={}", keycode, ch, value, daemon.engine.buffer().chars().count()); // Window change detection: only on character key presses. // Modifier keys (Ctrl, Alt, Super) skip this block, so // last_key_time is preserved across Alt+Tab sequences.