Rhialto <[email protected]> writes:
> Because caps lock is a separate modifier, which has (for X event
> purposes) nothing to do with shift.
>
> What would help:
>
> IgnoreModifier # 3.6: ignore modifiers specified
> {
> lock
> m2
> }
>
> This doesn't really ignore the mentioned modifiers, but it generates
> extra bindings for you. Therefore it doesn't really scale well, but for
> one or two modifiers it's ok.
>
This seems to be working for my purposes. It also seems to work for
numlock which is good news for the other computer which always starts
with numlock on. I don't know why, it was probably something I did for
some reason. Thanks.