KeyboardSwitch icon indicating copy to clipboard operation
KeyboardSwitch copied to clipboard

Wayland prerequisites checklist

Open TolikPylypchuk opened this issue 3 years ago • 1 comments

Before KeyboardSwitch can work on Wayland natively, I need to check the following things:

  • [ ] AvaloniaUI supports Wayland
  • [ ] libuiohook supports Wayland
  • [x] ~~TextCopy supports Wayland~~
  • [ ] I have a least the slightest idea about manipulating keyboard layouts with Wayland

TolikPylypchuk avatar Sep 21 '21 20:09 TolikPylypchuk

No need for TextCopy supporting Wayland since I've reimplemented clipboard interop directly in Keyboard Switch. Now I will need to implement it for Wayland as well, but that seems manageable - I've copied the X11 implementation from Avalonia, I will most probably do the same for Wayland.

TolikPylypchuk avatar Jan 24 '24 19:01 TolikPylypchuk