xcb-util-keysyms

X11 keysym utilities library for converting keycodes and constants

brewmacoslinux
Try with needOr install directly
Source

About

Standard X constants and conversion to/from keycodes

Commands

xcb-util-keysyms

Examples

Check if xcb-util-keysyms is installed and accessible$ pkg-config --modversion xcb-util-keysyms
Get compiler flags for linking against xcb-util-keysyms$ pkg-config --cflags --libs xcb-util-keysyms
Use in C code to convert keycodes to keysyms in X11 applications$ gcc -o app app.c $(pkg-config --cflags --libs xcb-util-keysyms)