kc3-lang/libxkbcommon/tools/export-keysyms.c

Branch :


Log

Author Commit Date CI Message
420123fd 2024-11-29 07:34:07 export-keysyms: Enable all keysyms export + char names This enable to check case mappings for Unicode keysyms.
798b7b73 2024-02-23 17:10:15 keysyms: Export explicitly named keysyms Added a tool to export explicitly named keysyms to a yaml file. This includes the following keysyms properties: - Value - Name - Corresponding Unicode code point, if relevant - Corresponding case mapping, if relevant This will allow us to check the case mappings easier and to refactor the related functions.