client-toolkit icon indicating copy to clipboard operation
client-toolkit copied to clipboard

map_keyboard returns a "NoKeyboard" error despite the seat having one.

Open snakedye opened this issue 4 years ago • 0 comments

It expect the user to use the sctk but when they don't has_kbd is false which returns an error

    let has_kbd = super::with_seat_data(seat, |data| data.has_keyboard).unwrap_or(false);

snakedye avatar Oct 29 '21 10:10 snakedye