# X11 Keyboard file parser Parses `.xkb` (X keyboard extension) files. Especially the ones created by [kbdgen]. ## Reading material - [An Unreliable Guide to XKB Configuration](https://www.charvolant.org/doug/xkb/html/xkb.html) - [Arch Linux Wiki on X keyboard extension](https://wiki.archlinux.org/index.php/X_keyboard_extension) - [Some medium post](https://medium.com/@damko/a-simple-humble-but-comprehensive-guide-to-xkb-for-linux-6f1ad5e13450) ## License Licensed under either of * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) at your option. The X11 source files in `tests/fixtures/x11` are copied from [freedesktop.org](https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config) and are licensed as specified [here](https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/blob/master/COPYING). ## Contribution Fork & PR on Github. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. [kbdgen]: https://github.com/divvun/kbdgen