Re: [PATCH 2/2 v3] Add keyboard shortcuts inhibitor

2017-04-27 Thread Olivier Fourdan
Hi Jonas, > > [...] > > + A keyboard shortcuts inhibitor instructs the compositor to ignore > > + its own keyboard shortcuts when the associated surface has keyboard > > + focus. As a result, when the surface is focused, it will receive all > > + keyboard events, even those which would

Re: [PATCH 2/2 v3] Add keyboard shortcuts inhibitor

2017-04-12 Thread Jonas Ã…dahl
On Wed, Apr 05, 2017 at 02:30:15PM +0200, Olivier Fourdan wrote: > This adds a new protocol to let Wayland clients specify that they want > all keyboard events to be send to the client, regardless of the > compositor own shortcuts. > > This is for use by virtual machine and remote connections