[xmonad] Re: Problem running Xmonad

Brandon S. Allbery KF8NH allbery at ece.cmu.edu
Wed Sep 24 00:38:02 EDT 2008


On 2008 Sep 23, at 0:55, Devin Mullins wrote:
> On Mon, Sep 22, 2008 at 08:44:32PM -0700, Fred Blasdel wrote:
>> An easy way out would be to try defining the bindings again manually,
>> only this time using "xK_KP_1" instead of "xK_1" so that the keypad  
>> is
>> used.

I see I missed context.  To use the shifted 1-9, you must add `.|.  
shiftMask' after `.|. mod4Mask' and then use the unshifted keysyms;  
xmonad's keyboard stuff is at the event layer, so it can't see xK_1 if  
it requires modifiers.

-- 
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery at kf8nh.com
system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu
electrical and computer engineering, carnegie mellon university    KF8NH




More information about the xmonad mailing list