Edit

kc3-lang/libxkbcommon/changes/tools/+defaut-keymap-format.breaking.md

Branch :

  • Show log

    Commit

  • Author : Pierre Le Marre
    Date : 2025-05-07 10:20:25
    Hash : 44c8deb2
    Message : Introduce keymap format v2 and make it the default for parsing - Added `XKB_KEYMAP_FORMAT_TEXT_V2`. - Made `xkb_keymap_new_from_names()` use the new keymap format. - Made the tools default to the new keymap format for input. This is in preparation for changes in the parsing & state handling. For now it changes nothing.

  • changes/tools/+defaut-keymap-format.breaking.md
  • The tools now use:
    - `XKB_KEYMAP_FORMAT_TEXT_V2` as a default *input* format.
    - `XKB_KEYMAP_USE_ORIGINAL_FORMAT` as a default *output* format.
      So if the input format is not specified, it will resolve to
      `XKB_KEYMAP_FORMAT_TEXT_V2`.