bemenu 1.0.0
Dynamic menu library and client program inspired by dmenu
xkb_unicode.h
1 #ifndef _BM_XKB_UNICODE_H_
2 #define _BM_XKB_UNICODE_H_
3 
4 #include <stdint.h>
5 
6 uint32_t bm_x11_key_sym2unicode(uint32_t keysym);
7 
8 #endif // _BM_XKB_UNICODE_H_