keyd icon indicating copy to clipboard operation
keyd copied to clipboard

Unknown keys are logged as ERROR to system log

Open snake-scaly opened this issue 8 months ago • 1 comments

Every time I press any button on my Xbox 360 controller, keyd logs two messages to the system log:

ERROR: unsupported evdev code: 0x130
ERROR: unsupported evdev code: 0x130

So a single gaming session can produce thousands of those.

I don't believe these are errors, and I don't think they should fill up system logs.

snake-scaly avatar Apr 19 '25 16:04 snake-scaly

Looks fixed in master

  • https://github.com/rvaiya/keyd/blob/master/src/device.c#L606

trying out

coreyoconnor avatar Jun 01 '25 21:06 coreyoconnor