x11 icon indicating copy to clipboard operation
x11 copied to clipboard

XGrabKeyboard support

Open blak3mill3r opened this issue 1 year ago • 1 comments
trafficstars

At a glance I couldn't find any evidence that XGrabKeyboard is supported. Did I miss something? What would it take to add it?

blak3mill3r avatar Dec 16 '23 15:12 blak3mill3r

Yes the way the code is generated removes the need for a bunch of methods in the client unlike the C client. The requests are classes that are passed the send method of the client.

For XGrabKeyboard you create a GrabKeyboard object and use the send method on the client. The code is generated so you wont see it in github but you can check the javadocs for the supported requests.

moaxcp avatar Dec 17 '23 18:12 moaxcp