Re: [PATCH] virtual-keyboard: Add new virtual keyboard protocol

2018-05-21 Thread Markus Ongyerth
On 2018/5月/18 07:23, roderick.colenbran...@sony.com wrote: > Hi Dorota, > > Thanks for sharing your proposal. Ourselves we have interest in this > kind of capability as well. Looking at our own use cases, I wonder if > this proposal goes far enough. > > We are basically interested in the abilit

Re: [PATCH] virtual-keyboard: Add new virtual keyboard protocol

2018-05-21 Thread Dorota Czaplejewicz
Hello Roderick, On Fri, 18 May 2018 19:23:15 + wrote: > Hi Dorota, > > Thanks for sharing your proposal. Ourselves we have interest in this > kind of capability as well. Looking at our own use cases, I wonder if > this proposal goes far enough. > > We are basically interested in the abil

Re: [PATCH] virtual-keyboard: Add new virtual keyboard protocol

2018-05-21 Thread Roderick.Colenbrander
Hi Dorota, Thanks for sharing your proposal. Ourselves we have interest in this kind of capability as well. Looking at our own use cases, I wonder if this proposal goes far enough. We are basically interested in the ability to inject keyboard, mouse, touch (and gamepad). On regular X some of t

Re: [PATCH] virtual-keyboard: Add new virtual keyboard protocol

2018-05-21 Thread Simon Ser
On May 21, 2018 12:12 AM, Dorota Czaplejewicz wrote: > Apart from the typo that Silvan spotted, I have also encountered the issue > where > the .c/.h generator complained about undefined key_state and keymap_format > enums > which are defined in wayland.xml. I'm not sure what the correct way to

Re: [PATCH] virtual-keyboard: Add new virtual keyboard protocol

2018-05-20 Thread Dorota Czaplejewicz
On Thu, 17 May 2018 18:53:10 +0200 Dorota Czaplejewicz wrote: > Provides the ability to emulate keyboards by applications. Complementary to > input-method protocol. > > The interface is a mirror copy of wl_keyboard, with removed serials, and > added seat binding. > --- > > This proposal is an

Re: [PATCH] virtual-keyboard: Add new virtual keyboard protocol

2018-05-18 Thread Silvan Jegen
Hi Just a typo I found below. On Thu, May 17, 2018 at 06:53:10PM +0200, Dorota Czaplejewicz wrote: > Provides the ability to emulate keyboards by > applications. Complementary to input-method protocol. > > The interface is a mirror copy of wl_keyboard, with removed serials, > and added seat bind

[PATCH] virtual-keyboard: Add new virtual keyboard protocol

2018-05-17 Thread Dorota Czaplejewicz
Provides the ability to emulate keyboards by applications. Complementary to input-method protocol. The interface is a mirror copy of wl_keyboard, with removed serials, and added seat binding. --- This proposal is another one needed by Purism to support on screen keyboards on a phone screen. V