On Thu, 25 Mar 2010 12:30:58 +0800 PCMan <[email protected]> wrote: > 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. XD I had some segfaults that deleted my config. Im not sure if I fixed everyone XD.
> 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. :-) Ok, http://lambda.host22.com/keybinder > 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? Yes, they are just keybinds inside keybinds. Look at the screenshot "keychains.png", there is an example of key sequences. > 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. Openbox uses libxml2, for that reason I used it. > Anyway, congratulation for the great job! Thanks! ------------------------------------------------------------------------------ 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
