Edit

kc3-lang/libxkbcommon/changes/api/538.deprecated.md

Branch :

  • Show log

    Commit

  • Author : Pierre Le Marre
    Date : 2025-05-09 00:05:31
    Hash : 9fab3948
    Message : doc: Deprecate legacy modifiers names The following modifiers names in `xkbcommon/xkbcommon-names.h` are now deprecated: - `XKB_MOD_NAME_ALT`: use `XKB_VMOD_NAME_ALT` instead. - `XKB_MOD_NAME_LOGO`: use `XKB_VMOD_NAME_SUPER` instead. - `XKB_MOD_NAME_NUM`: use `XKB_VMOD_NAME_NUM` instead.

  • changes/api/538.deprecated.md
  • The following modifiers names in `xkbcommon/xkbcommon-names.h` are now deprecated
    and will be removed in a future version:
    - `XKB_MOD_NAME_ALT`: use `XKB_VMOD_NAME_ALT` instead.
    - `XKB_MOD_NAME_LOGO`: use `XKB_VMOD_NAME_SUPER` instead.
    - `XKB_MOD_NAME_NUM`: use `XKB_VMOD_NAME_NUM` instead.