Re: [PATCH libinput] tools: hide key codes by default

2017-02-12 Thread Hans de Goede
Hi, On 13-02-17 02:18, Peter Hutterer wrote: libinput-debug-events prints keycodes as they come in. This makes it dangerous to be run by users (especially in the background) because it will leak sensitive information as it is typed. Obfuscate the base set of keycodes by default, require a --show

[PATCH libinput] tools: hide key codes by default

2017-02-12 Thread Peter Hutterer
libinput-debug-events prints keycodes as they come in. This makes it dangerous to be run by users (especially in the background) because it will leak sensitive information as it is typed. Obfuscate the base set of keycodes by default, require a --show-keycodes switch to show it. The few times we a