2009-10-24 08:07:05 -06:00
|
|
|
xev creates a window and then asks the X server to send it X11 events
|
|
|
|
whenever anything happens to the window (such as it being moved,
|
|
|
|
resized, typed in, clicked in, etc.). You can also attach it to an
|
|
|
|
existing window. It is useful for seeing what causes events to occur
|
|
|
|
and to display the information that they contain; it is essentially a
|
|
|
|
debugging and development tool, and should not be needed in normal
|
|
|
|
usage.
|
|
|
|
|
|
|
|
All questions regarding this software should be directed at the
|
|
|
|
Xorg mailing list:
|
|
|
|
|
2019-08-15 11:31:43 -06:00
|
|
|
https://lists.x.org/mailman/listinfo/xorg
|
2009-10-24 08:07:05 -06:00
|
|
|
|
|
|
|
The master development code repository can be found at:
|
|
|
|
|
2019-08-15 11:31:43 -06:00
|
|
|
https://gitlab.freedesktop.org/xorg/app/xev
|
2009-10-24 08:07:05 -06:00
|
|
|
|
2019-08-15 11:31:43 -06:00
|
|
|
Please submit bug reports and requests to merge patches there.
|
2009-10-24 08:07:05 -06:00
|
|
|
|
|
|
|
For patch submission instructions, see:
|
|
|
|
|
2019-08-15 11:31:43 -06:00
|
|
|
https://www.x.org/wiki/Development/Documentation/SubmittingPatches
|
2009-10-24 08:07:05 -06:00
|
|
|
|