add KEY_MACRO 1-30 and other keys
[evtest.git] / README.md
blob90930f48c54a8d0c0cb89977620b118dd48cbe31
1 evtest — Kernel input device debugging
2 ======================================
4 evtest is a tool to print evdev kernel events. It reads directly from the
5 kernel device and prints a device description and the events with the value
6 and the symbolic name.
8 Usage:
10     evtest /dev/input/event0
12 Note: in most cases evtest needs to run as root to be able to read the
13 devices.
15 For more information, see the evtest(1) man page.
17 Development
18 ==========
20 Please send patches as merge requests on the GitLab repository:
21 https://gitlab.freedesktop.org/libevdev/evtest