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

2017-04-04 Thread Michael Thayer
Hello Olivier, I won't add a reviewed-by as I have not yet touched Wayland much, but for VirtualBox (host parts) this actually looks better than X11 keyboard grabbing on first glance. Regards Michael 31.03.2017 17:31, Olivier Fourdan wrote: This adds a new protocol to let Wayland clients sp

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

2017-04-01 Thread Peter Hutterer
On Fri, Mar 31, 2017 at 05:31:41PM +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 view

[PATCH 2/2 v2] Add keyboard shortcuts inhibitor

2017-03-31 Thread Olivier Fourdan
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 viewers. Signed-off-by: Olivier Fourdan --- v2: Clarify that that the compos