David Roundy <[EMAIL PROTECTED]> writes: [...]
> defbindings("WMPlex", {
> kpress(META.."X", "nil"),
> })
I think that should be
defbindings("WMPlex", {
kpress(META.."X", nil),
})
Does that work? (Or is that what you in fact had?)
[...]
