<p dir="ltr">Hi All,<br>
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? </p>

<p dir="ltr">Sample snippet: <a href="https://gist.github.com/saamalik/8464619">https://gist.github.com/saamalik/8464619</a></p>
<p dir="ltr">Compile as: gcc -o xdo -lm -lxcb -lxcb-xtest xdo.c</p>
<p dir="ltr">Thanks,<br>
Saad</p>