Adding missing KeySyms to additionalKeysP so it will work with modifier-only keybindings (e.g. Shift-Alt).
additionalKeys already works with those so I see no reason not to have the codes available.
[X] I've considered how to best test these changes (property, unit,
manually, ...) and concluded: As the fix does not change and existing behavior I will check this manually after the updated version is available in Arch Repo
Description
Adding missing
KeySym
s toadditionalKeysP
so it will work with modifier-only keybindings (e.g.Shift-Alt
).additionalKeys
already works with those so I see no reason not to have the codes available.Checklist
[X] I've read CONTRIBUTING.md
[X] I've considered how to best test these changes (property, unit, manually, ...) and concluded: As the fix does not change and existing behavior I will check this manually after the updated version is available in Arch Repo
[X] I updated the
CHANGES.md
filefixes #648