← Back to team overview

kicad-developers team mailing list archive

Re: Key bindings in eeschema

 

What you think about changes in key bindings?
Can somebody help me with SVN?



You could create a patch file and send it to this list as an attachment.


Running svn diff > somepatch.txt in

topmost (just above gerbview, pcbnew, eeschema)

source directory will generate a global patch named somepatch.txt in that directory. You may also diff only one file with svn diff path/to/file > someotherpatch.txt which is of value if you have some other modifications that aren't ready for usage by others. Key bindings and every ui related stuff should eventually be configurable by the user, be it plain config file or gui tool based. I thing your changes are good and it's also very nice to see more developer interest in Kicad.

SVN-guide...
http://www.linuxfromscratch.org/blfs/edguide/chapter03.html

Regards,
-Vesa








References