How does "move cursor one word to the right" work in zwp_text_input_unstable_v3?

2022-12-17 Thread Filip Filmar
Hi folks! I am exploring the features of the v3 text input API as seen at https://wayland.app/protocols/text-input-unstable-v3. I am curious, how does this API then implement operations such as "move cursor one word to the right" or "move cursor to the end of the line" or "move cursor to the end

General question about new API introduction in Wayland

2022-12-19 Thread Filip Filmar
Hi folks! Thanks for helping me out with my text input v3 API question . If I may, I'd like to ask a few orienting questions about the API lifecycle and implementation in Wayland. To wit, the text input is an unstab

Re: General question about new API introduction in Wayland

2022-12-20 Thread Filip Filmar
On Tue, Dec 20, 2022 at 2:22 AM Pekka Paalanen wrote: > Hi, > > have you seen > > https://gitlab.freedesktop.org/wayland/wayland-protocols/-/blob/main/README.md > already? It explains the general change procedure and sets expectations. > Hi, thank you for your explanation and the link. I have r