Etan Reisner <[EMAIL PROTECTED]> writes:
[...]
> Bind the key to nil.
Ah, that's the trick. Thanks. I had tried using things like:
defbindings("WMPlex.toplevel", {
kpress(ALTMETA.."F5",),
})
and so on. But
defbindings("WMPlex.toplevel", {
kpress(ALTMETA.."F5",
nil),
})
works.
> (Note: If you are making your own file you need to get the right
> defbindings section to remove the binding.)
Yeah, I'm not expecting things to be effort-free---I guess the
sections may change now and again, but that's OK. Much better than
copying the whole file just to modify a couple of bindings.