# X11 Keysym definition map Convert among X11 keysyms, unicodes, and string names in Rust. Based on [github.com/substack/node-keysym](https://github.com/substack/node-keysym). ## License The Rust code is 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 `src/keysym.json` file is in the public domain. It was last retrieved from [here](https://github.com/substack/node-keysym/blob/662f686ecf2b6b4528c76b46bf5e1e758b590528/data/keysyms.json) on 2019-07-19. ## 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.