
I got xmonad running on my mac (mostly followed http://www.haskell.org/haskellwiki/Xmonad/Using_xmonad_on_Apple_OSX). However, I don't have any mod key active. Neither the apple command nor the alt works. I have let the default config for mod mask: defaultModMask = mod1Mask And have set numlockMask = 0 I am running 10.5.6 and X11:XQuartz 2.3.2 (xorg-server 1.4.2-apple31) Could someone help to get this working? Thanks.

Excerpts from Mac Wooster's message of Fri Jan 09 05:50:48 +0100 2009:
I got xmonad running on my mac (mostly followed http://www.haskell.org/haskellwiki/Xmonad/Using_xmonad_on_Apple_OSX).
However, I don't have any mod key active. Neither the apple command nor the alt works.
I have let the default config for mod mask: defaultModMask = mod1Mask And have set numlockMask = 0
I'm using xmodmap to fix this: clear mod1 keycode 66 = Alt_L add mod1 = Alt_L This enable mod1 to be Alt on my mac. -- Nicolas Pouillard
participants (2)
-
Mac Wooster
-
Nicolas Pouillard