Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcusgrass/x11-keysyms
A library with rust defined x11 keysym constants
https://github.com/marcusgrass/x11-keysyms
rust x11
Last synced: about 1 month ago
JSON representation
A library with rust defined x11 keysym constants
- Host: GitHub
- URL: https://github.com/marcusgrass/x11-keysyms
- Owner: MarcusGrass
- License: mit
- Created: 2022-04-28T20:29:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T20:24:21.000Z (over 1 year ago)
- Last Synced: 2024-12-08T09:07:32.598Z (about 2 months ago)
- Topics: rust, x11
- Language: C
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# x11-keysyms
X11 keysym constants generated from the xorg [keysymdef.h](x11-keysyms-runner/keysymdef.h)
to make those constants available without having to link to xlib.The keysyms can be feature gated in the same way as the original [keysymdef.h](x11-keysyms-runner/keysymdef.h) can.
# License
This project is licensed under the [MIT license](LICENSE) except for the license for
[keysymdef.h](x11-keysyms-runner/keysymdef.h), please see that license separately as that is included in the file.