-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work with Wayland #64
Comments
Unfortunately, it is a strictly X11 app right now. Try to find another tool for Wayland. |
Originally I had no Wayland devices to think about it's support, but now I have a Pinephone which uses Wayland, so at least I can compile and run examples. I think that it is not a good idea to integrate Wayland support to the originally-X11-only Do you have any good examples of working with keyboard using this protocol? |
@grwlf I use sway and layout can be changed with swaymsg externally. |
Afaik, X applications should run under Wayland's X compatibility layer called XWayland https://wayland.freedesktop.org/docs/html/ch05.html |
Yes it does run under xwayland but it seems xwayland doesn't sync the keyboard layouts with wayland.. It's like its own separate thing, I can set my layouts with setxkbmap and switch them/query them with xkb-switch but they don't affect the real keyboard layout in wayland. I have no idea where to open an issue about that.. |
Hello again. I can help develop I have ru and us layouts.
In Plasma X11:
|
@FrolovRuslan1 I would be happy to accept the PR. Have some questions:
|
I checked P.S. I tested UPDATE 15.12.2023: |
Any progress on this one? 🙏 |
I hope that I get time at this summer for work at xkb-switch and my openswitcher projects, I have lot of work and study |
Check https://github.com/FrolovRuslan1/xkb-switch commits On Wayland Plasma
|
@sergei-mironov @lolmaus @moceap @1nikolas @timsofteng |
Can't detect current keyboard layout in Wayland session.
The text was updated successfully, but these errors were encountered: