[Xcb] xcb_fake_test_input ignoring XCB_RELEASE_KEY

Ran Benita ran234 at gmail.com
Sat Jan 18 10:20:36 PST 2014


On Sat, Jan 18, 2014 at 09:54:49AM -0800, Saad Malik wrote:
> Hi All,
> The xcb_fake_test_input  XCB_RELEASE_KEY call is being completely ignored.
> The I've made a very simple snippet illustrating the problem. The program
> should only output 1 'w' letter, but it outputs 'wwwwwww...' continuously
> until I press a key. Could someone please test this, and offer advice as to
> what may be causing the issue?

It gives only one 'w' for me. Perhaps you should open a bug with the
details of your system.

> Sample snippet: https://gist.github.com/saamalik/8464619
> 
> Compile as: gcc -o xdo -lm -lxcb -lxcb-xtest xdo.c

Btw, I'd recommend adding -Wall, and also check the return values of
whatever functions you call, especially if you're having troubles :)

Ran

> Thanks,
> Saad

> _______________________________________________
> Xcb mailing list
> Xcb at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/xcb



More information about the Xcb mailing list