[xmonad] Issue 435 in xmonad: no longer possible to bind actions to mod2Mask + key
codesite-noreply at google.com
codesite-noreply at google.com
Tue Mar 8 14:20:48 CET 2011
Comment #1 on issue 435 by vogt.a... at gmail.com: no longer possible to bind
actions to mod2Mask + key
http://code.google.com/p/xmonad/issues/detail?id=435
Does setting the numlockMask with this function in the startupHook work:
setNumLockMask m = modify (\x -> x { numberlockMask = x })
A better description is here:
http://www.haskell.org/haskellwiki/Xmonad/Notable_changes_since_0.9#Updates_that_require_changes_in_xmonad.hs
More information about the xmonad
mailing list