Thank you very much. This one is definitely needed! I'm not at home and I don't have Linux machine at hand today. I'll test it tomorrow. Before reviewing the code, here are some suggestions: 1. need to make sure that the editing doesn't break other parts of openbox config file since it's quite complicated. 2. openbox has 2 kinds of key binding, one is composed of mask + a single key like Ctrl+A, and another is composed of a sequence of keys. Can you handle both of them? 3. you may post this on openbox mailing list and you can get more feedbacks. openbox developers are quite skillful and I think they can give you useful suggestions. 4. it will be better if you have a screenshot so you can get feedback related to user-interface usability from users who don't know how to compile it. :-) 5. which lib does openbox use to parse its config file? IIRC they have their own libs. Maybe you can utilize that so we have no additonal dependency and their libs are designed for handling their config files.
Anyway, congratulation for the great job! Openbox key configuration tool is a wanted feature for quite a long time. :-) On Thu, Mar 25, 2010 at 10:03 AM, Pablo <[email protected]> wrote: > Hello LXDE developers, my name is Pablo Cabrera, I am a GNU/Linux and free > software user about 5 years ago. Some time ago I've send a little patch for > lxsession, that added support for switch user with kdm. > I am learning programming, and I think that the best way to grow up is > developing for the free software comunity. I love the LXDE ideas, but I think > that still needs a lot of development. So I thougth "What does LXDE needs?", > "What may be useful for LXDE?" > Slowly, I've started to develop a graphical application for editing keyboard > shortcuts for openbox. At the present day, it is not ready for release, but > it is fully functional. > Please if you have time have a look. It is C++ code, and depends of GTK and > libxml2. > > I'll wait for your replies. Happy hacking > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Lxde-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/lxde-list > > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Lxde-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lxde-list
