Function xkbcommon::xkb::keysym_to_utf8 [−][src]
pub fn keysym_to_utf8(keysym: Keysym) -> String
Get the Unicode/UTF-8 representation of a keysym.
Prefer not to use this function on keysyms obtained from an xkb_state. In this case, use xkb_state_key_get_utf8() instead.