X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=KZeQuGLM4SRP4ISyQuSjCAof6CK1FmTU4dm8XtiN4tI=; b=qwdnQuIz39AAicPVzHr14ELal79oiY5oT2ieTXnv0NKlBfKk4/GfU/DlKznY/GJWHj mSDBx6VqYak1LyvIvwu0JcJCe92eUmpj3WSGgDRNklC+rNIeP8Bbtzr86Ss+nmr3LEL4 XGU3B1uDpRzGEf8P/q4MACHjV0u+l2PyG4Uutrgm/zkAzHOy1l9JKWxytD+dpbULHQE6 z7mx1SwYtCAfRVncQfxXb0rpTAgj3TnTeOpvZKqhB+wnQy2/sTIDGw2XtnhqaGkOvTc+ aE+KYjK3ovnjOIYpXvx8abU5YtJEWgQLFAuAxsHYoF78rHqaPKtpDiJMTpZM/cVaBw/A SRxg== MIME-Version: 1.0 X-Received: by 10.60.117.135 with SMTP id ke7mr20105991oeb.55.1368634745369; Wed, 15 May 2013 09:19:05 -0700 (PDT) In-Reply-To: References: Date: Wed, 15 May 2013 20:19:05 +0400 Message-ID: Subject: [geda-user] Fwd: multi key mapping "" From: =?KOI8-R?B?4czFy9PFyiDowdLYy8/X08vJyg==?= To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary=047d7b41cd7ed33d4904dcc41b0c Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk --047d7b41cd7ed33d4904dcc41b0c Content-Type: text/plain; charset=ISO-8859-1 Hello Dear sirs :) I like the user-friendly interface of gschem program of geda project. But interface of pcb program of geda project is not alike of gschem although both this program are parts of gEDA. I am understanding principle difference of this progam, but I want have an identical means of calling identical actions. For example I want rotating the component with pressing 'er' keys in PCB program. In the archive I found the example, which I has modified as this: {"Rotating 90" PasteBuffer(Clear) PasteBuffer(AddSelected) RemoveSelected() Pastebuffer(Rotate,1) Mode(PasteBuffer) an={"er" "er"}} But this keyboard shortcut not worked in version 20110918 and laters (from git repository). Why? Also I more want have key binding without Menu Item. Is this possible? Where get more detailed information than http://pcb.geda-project.org/pcb-cvs/pcb.html about using actions func and file pcb-menu.res syntax? --047d7b41cd7ed33d4904dcc41b0c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello Dear sirs :)

I like the user-f= riendly interface of gschem program of geda project.
But interface= of pcb program of geda project is not alike of gschem although both this program are parts of gEDA.

I am understanding princip= le difference of this progam, but I want have an identical means of calling= identical actions.

For example I want rotating the component with pres= sing 'er' keys in PCB program.

In the archive I found the ex= ample, which I has modified as this:
=A0{"Rotating 90" PasteBuffer(Clear) PasteBuffer(AddSelected) Rem= oveSelected() Pastebuffer(Rotate,1) Mode(PasteBuffer)
=A0=A0=A0 an=3D{&q= uot;er" "<Key>er"}}

But this keyboard sh= ortcut not worked in version 20110918 and laters (from git repository).
Why?

Also I more want have key binding without Menu Ite= m.
Is this possible?

Where get more detailed information than htt= p://pcb.geda-project.org/pcb-cvs/pcb.html about using actions func and = file pcb-menu.res syntax?

--047d7b41cd7ed33d4904dcc41b0c--