Open pfps opened 2 years ago
The libxkbcommon-x11 library is separate from the main libxkbcommon library. (In some distributions, like all the Debian derivatives, it's actually a separately installable package.) I don't want to depend on it from python-xkbcommon because then python-xkbcommon wouldn't be usable without the extra library being installed.
The right way to do this is to create another package (eg. "python-xkbcommon-x11") that has bindings to libxkbcommon-x11.
How can I use this library to set up the keyboard state under X11. The X11 interface methods do not appear to be implemented.
The regular documentation for libxkbcommon says:
but the xkb_x11 methods are not in this library as far as I can tell.