Hi! I hit the need for virtual keyboard support while working around another issue (wanted auto-paste from a clipboard manager, had to use ydotool through /dev/uinput instead).
Noticed this is part of milestone 17 in DESIGN.md alongside text-input and input-method. Would a standalone PR implementing just zwp-virtual-keyboard-v1 be welcome as a first step, or do you prefer the full milestone 17 landed together?
Also open to any design or security preferences you already have in mind — virtual keyboard lets any client inject keystrokes so I figure you might want to restrict which clients can use it.
Hi! I hit the need for virtual keyboard support while working around another issue (wanted auto-paste from a clipboard manager, had to use ydotool through /dev/uinput instead).
Noticed this is part of milestone 17 in DESIGN.md alongside text-input and input-method. Would a standalone PR implementing just
zwp-virtual-keyboard-v1be welcome as a first step, or do you prefer the full milestone 17 landed together?Also open to any design or security preferences you already have in mind — virtual keyboard lets any client inject keystrokes so I figure you might want to restrict which clients can use it.