Commit bf03b4b5a46e3bfef7c567f227e5f8c2077e9d0b

Pierre Le Marre 2024-12-19T16:23:05

symbols: Parse empty key The following syntax does not parse in xkbcommon, but it does in xkbcomp: ``` xkb_symbols "x" { key <AD01> { }; }; ``` While the usefulness of such statement is debatable, the fact that it does parse in xkbcomp and that tools may generate such keymap entry make it relevant to handle.