Re: Keystates, implementing a full Plasma on Wayland
Aleix Pol <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kwin |
|---|---|
| Message-ID | <CACcA1RqpP3D1MtJyfD95-YDhkBf6ZorouRp3ryRNJaYbSkbDZw@mail.gmail.com> |
On Sat, Apr 6, 2019 at 2:31 AM Aleix Pol <[email protected]> wrote: > > So how do we get that wl_keyboard instance? > Any solution that is similar to what you want? > > Aleix > > On Tue, Apr 2, 2019 at 2:44 PM David Edmundson > <[email protected]> wrote: > > > > > 2. Add a protocol to be a special application to get the modifier > > > changes all the time. > > > > And instantiating a second wl_keyboard in the client process? Looking at the kwayland-integration code we probably want to do something like the Poller class in kwayland-integration, right? Get a registry, and Seat, then create a keyboard and use that. Aleix