Hello,
I'm desperately trying to find documentation on these extensions. Can
someone point me in the right direction? Am I missing something? Any
pointers?
Thanks!
___
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xo
I'm working on some filtering code to filter out keyboard events from
a specific keyboard.
for an example, i'm just trying to capture 'a'
...
XIGrabKeycode(dpy, kbd_id, XKeysymToKeycode(dpy, XK_a),
DefaultRootWindow(dpy), GrabModeSync, GrabModeAsync, 0, &mask, 1,
&modifiers_inout);
XNextEven