Edit

kc3-lang/libxkbcommon/changes/api/+compose-misoverriding.bugfix.md

Branch :

  • Show log

    Commit

  • Author : Pierre Le Marre
    Date : 2025-05-16 13:13:55
    Hash : 3a8bb1a1
    Message : compose: Fix sequence not fully overriden Previously if a new sequence did not produce a keysym or a string, the corresponding property was not overriden, possibly leaking the previous entry. - Fixed by always writting all the properties. - Also try to reuse the previous string entry, if possible, so that we avoid allocating.

  • changes/api/+compose-misoverriding.bugfix.md
  • *Compose*: fixed sequence not fully overriden if the new sequence has no
    keysym or string.