debug: add keystroke tracing for space forwarding in grab mode
This commit is contained in:
parent
e7b7864937
commit
ffd0bc26c8
1 changed files with 1 additions and 0 deletions
|
|
@ -1254,6 +1254,7 @@ fn run_with_evdev(
|
||||||
consumed_keys.remove(&keycode);
|
consumed_keys.remove(&keycode);
|
||||||
}
|
}
|
||||||
if let Some(mut ch) = key_to_char(key) {
|
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.
|
// Window change detection: only on character key presses.
|
||||||
// Modifier keys (Ctrl, Alt, Super) skip this block, so
|
// Modifier keys (Ctrl, Alt, Super) skip this block, so
|
||||||
// last_key_time is preserved across Alt+Tab sequences.
|
// last_key_time is preserved across Alt+Tab sequences.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue