#x11 #name #convert #among #keyboard-layout #string #keysym

x11-keysymdef

Convert among X11 keysyms, unicodes, and string names

1 unstable release

0.2.0 Aug 13, 2019

#875 in Unix APIs

Download history 14/week @ 2024-09-09 23/week @ 2024-09-16 32/week @ 2024-09-23 45/week @ 2024-09-30 14/week @ 2024-10-07 17/week @ 2024-10-14 34/week @ 2024-10-21 24/week @ 2024-10-28 15/week @ 2024-11-04 18/week @ 2024-11-11 22/week @ 2024-11-18 22/week @ 2024-11-25 24/week @ 2024-12-02 31/week @ 2024-12-09 21/week @ 2024-12-16

101 downloads per month
Used in kickoff

Apache-2.0/MIT

25KB
121 lines

X11 Keysym definition map

Convert among X11 keysyms, unicodes, and string names in Rust. Based on github.com/substack/node-keysym.

License

The Rust code is licensed under either of

at your option.

The src/keysym.json file is in the public domain. It was last retrieved from here 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.


lib.rs:

The "X11 Window System Protocol" standard defines in Appendix A the keysym codes. These 29-bit integer values identify characters or functions associated with each key (e.g., via the visible engraving) of a keyboard layout.

This library contains mappings between mnemonic macro names and these keysym codes.

Dependencies

~170KB