https://bugs.kde.org/show_bug.cgi?id=362711
--- Comment #7 from g...@netcologne.de --- This is annoying: Sometimes xev does print keyboard events, sometimes not. Maybe it is connecting to a wrong window? This happens with only one firefox window as well as with multiple firefox windows. This was the command that I have tested with: sleep 2; echo "running"; WINID=`xdotool search -onlyvisible -class firefox| sort|tail -1`; echo $WINID; xev -event keyboard -id $WINID | grep state I was able to reproduce the faulty behaviour two or three times while opening firefox approximately 50 times, but in these cases xev did not work. :( -- You are receiving this mail because: You are watching all bug changes.