On Thu, Sep 07, 2006 at 09:10:57PM +0100, Bruce Stephens wrote:
> 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?)
Thanks, that helps! It works with several cases.
Now my only problem is that there are some keys that I can't figure
out how to unbind. :( I get:
Ion startup error log:
>> Unable to remove binding Mod1+G.
>> Stack trace:
0 [C]: in 'do_defbindings'
1 ioncore_bindings.lua:188: in 'defbindings'
2 /home/droundy/.ion3/cfg_bindings.lua:44
[Skipping unnamed C functions.]
5 [C]: in 'dopath'
6 /home/droundy/.ion3/cfg_ion.lua:60
[Skipping unnamed C functions.]
but can't see where else to remove Mod1+G, other than in
WMPlex... similarly for META.."F1", and others. :(
--
David Roundy