Edit

kc3-lang/libxkbcommon/changes/api/+new-modifiers-names.feature.md

Branch :

  • Show log

    Commit

  • Author : Pierre Le Marre
    Date : 2024-09-23 16:20:37
    Hash : 2ba9daf1
    Message : mods: Add more built-in names Added support for the following virtual modifiers: - `Alt` - `Meta` - `NumLock` - `Super` - `Hyper` - `LevelThree` - `LevelFive` - `ScrollLock`

  • changes/api/+new-modifiers-names.feature.md
  • Added the following modifiers names definitions in `xkbcommon-names.h`:
    - `XKB_MOD_NAME_MOD1`
    - `XKB_MOD_NAME_MOD2`
    - `XKB_MOD_NAME_MOD3`
    - `XKB_MOD_NAME_MOD4`
    - `XKB_MOD_NAME_MOD5`
    - `XKB_VMOD_NAME_ALT`
    - `XKB_VMOD_NAME_META`
    - `XKB_VMOD_NAME_NUM`
    - `XKB_VMOD_NAME_SUPER`
    - `XKB_VMOD_NAME_HYPER`
    - `XKB_VMOD_NAME_LEVEL3`
    - `XKB_VMOD_NAME_LEVEL5`
    - `XKB_VMOD_NAME_SCROLL`