Currently any recorded keyboard has all keycodes in it, including passwords, etc. This is risky for bug reporters. For many keycodes (qwerty...) it usually doesn't matter what the keycode is, we only care about the key timing, not the key event. Proposal: a --hide-keycodes flag that converts any alphanumeric key into KEY_A in the recording. Or, like in libinput, we could make that flag the default for evemu-record and have a --show-keycodes instead for the few times it actually matters. Particularly useful for bug 103145 when recording disable-while-typing interactions with evemu.
Closing this one, libinput-record will be part of libinput 1.11 and it takes over from evemu-record with a more flexible file format.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.