xmonad / xmonad-contrib

Contributed modules for xmonad
https://xmonad.org
BSD 3-Clause "New" or "Revised" License
589 stars 274 forks source link

X.U.EZConfig: Add modifier keys' KeySyms #649

Closed ArtemSmaznov closed 2 years ago

ArtemSmaznov commented 2 years ago

Description

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.

Checklist

fixes #648