1 2 3 4 5 6 7 8
/* * This is taken from the xlib: * libX11/src/xlibil18n/imKStoUCS.c */ #include <stdint.h> uint32_t KeysymToUcs4(uint32_t keysym);