blob: 619705d019c6f0cd0a1a9538ee2c9ed02bc5e4e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
Xnee receives X11 protocol data (e.g. XEvents) from an X server and
prints them to a file (or stdout). By recording events such as
MapNotify, the replaying of events can be synchronized. This is not only
useful but essential. We can not replay or regenerate keyboard-events to
a window before it's ready to "receive" events. By recording events and
requests synchronization can be implemented. Xnee can also distribute
events (both when recording and replaying) to other displays.
WWW: http://xnee.sourceforge.net/
|