summaryrefslogtreecommitdiff
blob: 7fef648242f07cf8e7f1ca129cf243a7aef1d734 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
  <email>taviso@gentoo.org</email>
	<description>
  		package likely has no upstream maintainer, taviso will accept all
		reported bugs.
	</description>
</maintainer>
	<longdescription>
    xse provides a way to send arbitrary XEvents to a window, sort of the
    opposite of xev(1).

	xse is basically a command line wrapper around the Xlib XSendEvent()
	function, allowing you to send any kind of event to X11 applications,
	such as input events, motion or configure notification, or any other.
	
	This can be useful for scripting interaction, debugging applications
	and experimenting with events while developing X11 applications.
	</longdescription>
</pkgmetadata>