kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #03126
Re: Key bindings in eeschema
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
Vesa Solonen <vsolonen@...>
-
Date:
Sun, 27 Sep 2009 12:29:52 +0300 (EEST)
-
In-reply-to:
<4ABEE926.4080009@...>
-
User-agent:
Alpine 1.99 (SOC 1136 2008-08-12)
On Sat, 26 Sep 2009, Dick Hollenbeck wrote:
Mateusz wrote:
> 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 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
Follow ups
References