Edit

kc3-lang/libxkbcommon/test

Branch :

  • Show log

    Commit

  • Author : Jaroslaw Kubik
    Date : 2020-02-12 23:44:42
    Hash : 0345aba0
    Message : 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().