Edit

kc3-lang/libxkbcommon/scripts

Branch :

  • Show log

    Commit

  • Author : Wismill
    Date : 2023-09-20 07:45:15
    Hash : b900faf7
    Message : Keysyms: improve generator (#364) Motivation: normalization of keysyms header files in `xorgproto`. See: https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/merge_requests/80 Improve `scripts/makeheader`: - Simplify `evdev` and `XK_` substitution and improve alignment. Also, perform some additional `XK_` substitutions in comments. - Format with `black`.