Commit 0345aba082c83e9950f9dd8b7ea3bf91fe566a02

Jaroslaw Kubik 2020-02-12T23:44:42

Support translation Unicode codepoints to keysyms In order to support features like auto-type and UI automation, the relevant tools need to be able to invert the keycode->keysym->text transformation. In order to facilitate that, a new API was added. It allows querying the keysyms that correspond to particular Unicode codepoints. For all practical purposes, it can be thought of as an inverse of xkb_keysym_to_utf32().