Re: Not all bindings are defined in cfg_ioncore.lua
Etan Reisner <[email protected]>
| Newsgroups | gmane.comp.window-managers.ion.general |
|---|---|
| Message-ID | <20070815131340.GU8631@aran> |
On Tue, Aug 07, 2007 at 11:02:01AM -0500, Ted Zlatanov wrote: > On Mon, 6 Aug 2007 17:55:15 -0400 Etan Reisner <[email protected]> wrote: > > ER> I say again, there is no reason a simplified binding can't exist and > ER> if people think it would be worth it would be more than happy to > ER> help design (and probably help write) such a system. That being said > ER> I, personally, don't think there is much to be gained from such a > ER> system. > > Then you may not be the right person to write it. So far I'm the only > one that's provided something useful in this discussion (a list of Ion > functions I commonly use). If you have more functions, add them. If > you want to write code to implement a configuration tool for those > functions, go ahead. If not, say so and I'll do the work. I've waited > for you out of courtesy so I don't duplicate code. I find it easier to > write tools I think will be useful than to plan their appeal in advance. > > Ted I was a bit bored last night and set to writing a simple script for this, it works, accepts lines in the format, command = "keystr", so lines are like: go_to_workspace1 = "M-S-1" xterm = "M-b" I'm going to clean it up a tad and maybe try writing a simple graphical binding tool later. I'll publish the script once I clean it up. -Etan