Files
xmonad-contrib/XMonad/Util
slotThe 7d91a1bf85 X.Prelude: Improve keyToString output
The keysymToString function prints the key names in pure ASCII; e.g.,
`keysymToString 250` returns "uacute" instead of "ú".  This is
undesirable when printing these keysyms in places like visualSubmap.

Thus, move all of the key infrastructure (heh) from X.U.EZConfig to
X.Prelude and look up the name of the key if possible.  For better
composability, slightly change the signature for `regularKeys` and the
associated parser.
2022-02-13 14:49:02 +01:00
..
2021-12-11 15:08:42 +01:00
2021-12-29 23:20:30 +05:30
2021-12-13 16:11:57 +01:00
2021-11-05 10:14:20 +00:00