Can I configure right Alt key in xmonad?

Hi, Is it possible to get the right Alt in my keyboard to behave like the left one? Or can I set that using some program I could call from xmonad.hs? Thanks, MaurĂcio

On 2008 Sep 16, at 14:04, Mauricio wrote:
Is it possible to get the right Alt in my keyboard to behave like the left one? Or can I set that using some program I could call from xmonad.hs?
xmodmap or xkbset. -- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery@kf8nh.com system administrator [openafs,heimdal,too many hats] allbery@ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH

Mauricio wrote:
Hi,
Is it possible to get the right Alt in my keyboard to behave like the left one? Or can I set that using some program I could call from xmonad.hs?
Thanks, MaurĂcio
This is actually what I use on my laptop, as I use emacs and the Windows key is inconveniently located. My .xinitrc uses xmodmap to rebind Alt_R to mod3 (unused by default), and my xmonad.hs uses modMask = 3. Braden Shepherdson shepheb
participants (3)
-
Braden Shepherdson
-
Brandon S. Allbery KF8NH
-
Mauricio