You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
At a glance I couldn't find any evidence that
XGrabKeyboard
is supported. Did I miss something? What would it take to add it?The text was updated successfully, but these errors were encountered: