KeyboardSwitch
KeyboardSwitch copied to clipboard
Wayland prerequisites checklist
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
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.