On Thu, Jul 17, 2003 at 12:46:03PM +0300, Tuomo Valkonen wrote:

> On Thu, Jul 17, 2003 at 11:32:23AM +0200, Bardur Arantsson wrote:
> >     [NNN] X_GrabKey (33) 0x8010: BadValue (integer parameter out of range for 
> > operation)
> 
> Are you using AnyModifier in toplevel bindings? 
> 

Yup, at least I think so. I have

     ionws_bindings{
       kpress("Mod1+Tab", ionws_goto_right),
       kpress("AnyModifier+KP_Left", ionws_goto_left),
       kpress("AnyModifier+KP_Right", ionws_goto_right),
       kpress("AnyModifier+KP_Up", ionws_goto_above),
       kpress("AnyModifier+KP_Down", ionws_goto_below),
     }

which presumably counts as top-level...

-- 
Bardur Arantsson
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>

If it's hard to do, it's not worth doing.
                -- Homer Simpson, "The Simpsons"

Reply via email to