Re: Have keyboard events "bypass" grabbed pointer

2017-02-15 Thread Lukas Barth
Hi, On 14.02.2017 20:52, Thomas Lübking wrote: grab synchronously and conditionally xcb_allow_events (for acceptable keys) That sounds like what I'm trying to do! However, after some playing around, I can't seem to make it work. The way I understand it, the workflow is this: 1) call xcb_gr

Re: Have keyboard events "bypass" grabbed pointer

2017-02-15 Thread Peter Hutterer
On Wed, Feb 15, 2017 at 02:58:02PM +0100, Lukas Barth wrote: > Hi, > > On 14.02.2017 20:52, Thomas Lübking wrote: > > grab synchronously and conditionally xcb_allow_events (for acceptable keys) > > That sounds like what I'm trying to do! However, after some playing around, > I can't seem to make