<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/c/tags/x11</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 21:48:23 GMT</pubDate>
<item>
<title>(C) Simulate Key Press - wearetherock</title>
<link>http://snipplr.com/view/19526/simulate-key-press/</link>
<description><![CDATA[ <p>
To compile
$ gcc -lXtst -lX11 Util_KeyPressSimulator.c

To create shared library
$ gcc -lXtst -lX11 -c Util_KeyPressSimulator.c -o Util_KeyPressSimulator.o 
$ gcc -lXtst -lX11 -shared -o Util_KeyPressSimulator.so Util_KeyPressSimulator.o
</p> ]]></description>
<pubDate>Fri, 11 Sep 2009 01:38:41 GMT</pubDate>
<guid>http://snipplr.com/view/19526/simulate-key-press/</guid>
</item>
</channel>
</rss>