
28 Aug
2009
28 Aug
'09
3:09 p.m.
On Fri, Aug 28, 2009 at 10:09 AM, Adam Vogt
There is a typeclass-based approach, implemented in XMonad.Util.NamedActions (darcs contrib), which may be worth consideration.
That's interesting. I see that the guts of it, defaultKeysDescr, take the copying approach, though, and don't reuse the original Config. But after all, if you're willing to copy, then a much easier approach is possible - have a Config which is [((Keymask,KeySym), String, X())]... -- gwern