<div class="gmail_quote"><br>On Wed, Jul 8, 2009, Timothy S. Nelson <span dir="ltr"></span>wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>On Wed, 8 Jul 2009, Nokan Emiro wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"></blockquote><br></div></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">How can I change the 
XkbSelectEvents's parameters to be messaged on all keypresses?<br>
</blockquote>
<br></div>
        I'm not an X programmer, but doesn't xev do this already?  And if so, couldn't you just look at the xev source?<br>
<br>
</blockquote></div><br>Thanks for the tip, but this is not what helps me out.  xev uses plain Xlib, but<br>the sample code in my mail uses XKBlib.  xev calls XSelectInput(), in my code<br>I would like to use XkbSelectEvents() for this purpose.<br>
<br><br>