
28 Aug
2009
28 Aug
'09
2:09 p.m.
* On Friday, August 28 2009, Gwern Branwen wrote:
I'd like something like the Ratpoison help that briefly covers the mod key issue ('all XMonad commands are keystrokes which start by holding the modifier key; the default modifier key is mod1Mask, usually your Alt or Meta key') and then lists all the default keybindings, but this might be hard to do in a non-copypaste fashion (it should be easy to call show on the list of keys, yes, but how does one do Show on the X() functions those keys correspond to?).
There is a typeclass-based approach, implemented in XMonad.Util.NamedActions (darcs contrib), which may be worth consideration. -- Adam