I recently had some issues with a laptop running Linux receiving spurious keyboard events.
The following two commands are useful in debugging this:
sudo tail -f /dev/input/event*
And:
xinput test-xi2 --root 5
You can replace the "5" with any other value to view input from other devices.
No comments:
Post a Comment