"Alex Smirnov" <[EMAIL PROTECTED]> writes:
> shift       Shift_L (0x32),  Shift_R (0x3e)
> lock        Caps_Lock (0x25)
> control     Control_L (0x42),  Control_R (0x6d)
> mod1        Alt_L (0x40),  Alt_L (0x7d),  Meta_L (0x9c)
> mod2        Num_Lock (0x4d)
> mod3
> mod4        Super_L (0x7f),  Hyper_L (0x80)
> mod5        Mode_switch (0x5d),  ISO_Level3_Shift (0x7c)

And that layout does not work, producing state 0x2000 when you press
Alt_L?  Very strange, because Alt_L is bound to mod1 and Mod1Mask is
8, like you got with the other layout.  0x2000 does not correspond to
any defined modifier or mouse button mask (mouse button masks are only
defined up to Button5Mask == 0x1000).

-- 
        Timo Korvola            <URL:http://www.iki.fi/tkorvola>

Reply via email to