libxkbcommon is a library to handle keyboard descriptions, including loading them from disk, parsing them and handling their state. It's mainly meant for client toolkits, window systems, and other system applications. It is also used by some XCB applications for proper keyboard support.
libxkbcommon is a library to handle keyboard descriptions, including loading them from disk, parsing them and handling their state. It's mainly meant for client toolkits, window systems, and other system applications. It is also used by some XCB applications for proper keyboard support.
To install libxkbcommon-x11, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libxkbcommon-x11
To see what files were installed by libxkbcommon-x11, run:
port contents libxkbcommon-x11
To later upgrade libxkbcommon-x11, run:
sudo port selfupdate && sudo port upgrade libxkbcommon-x11
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.