Edit

kc3-lang/libxkbcommon/test/data

Branch :

  • Show log

    Commit

  • Author : Pierre Le Marre
    Date : 2025-09-30 13:05:43
    Hash : 31900860
    Message : keymap: Make serialization of unused items optional When compiling a keymap from text, some items may be unnecessary in the final keymap, i.e. they do not affect the keymap behavior: - unused key types; - unused keysym interpretations. Deactivate the serialization of these items *by default* and add a new flag to enable it for debugging.