Re: Not all bindings are defined in cfg_ioncore.lua
Etan Reisner <[email protected]>
| Newsgroups | gmane.comp.window-managers.ion.general |
|---|---|
| Message-ID | <20070802202859.GU8631@aran> |
On Thu, Aug 02, 2007 at 04:33:25PM -0400, Ted Zlatanov wrote: <snip> > I'd just like to point out that this is exactly why the Ion > configuration should not be in Lua and subject to change any time an > update comes down IMO. > > Something like this: > > META.."S" = split_here_horizontal > META.."V" = split_here_vertical > > Is all 99% of end users need. Wouldn't this be easier for everyone? > Maybe it could be a module... You could certainly write a simplified binding script to translated from 'known' keywords to the right functions, but that just moves where the translation has to happen and if upstream changes the known name you have the same difficulty. You would of course argue that the known names shouldn't change but they are just an API, and APIs are only frozen when it is reasonable to do so, the ion API or the known names API would both change when needed. > Ted -Etan