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:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=JZR+xQa0XR218hCu1K9wm+a33MEnXp/KaawQhfXNnZA=; b=mPLDPX2RZaqpV+prRvMY2kbDeqKiLor0XjBTXR57I5N5BsSIVdZZ7qbknkhz7uDBh9 2DGyYy0uWvp3uxkuw8t3wJqoefQPUGAVI9URdPp3NQIcaKFXai8ZwyxxDsjZw9zp6t2e SbPzVXTQGcGm7Q61oqaNqRE75LuWSZS5f2O/xHa9w52o2PwpEPoefbg33JvBB53hDo7N A8shleTuIORfcgoSpdnKh0rteDKhYWjBKA8LyUyLNAfFXSdKfBRX/aLMJGlMJWa0+aI5 cBQR0Od6jyiywpVdCl/jHLXAsacyZ3Rlm28c4pfVqbjj+PtPlu3DzhkW8vFKQjkWkOnH FEVQ== MIME-Version: 1.0 X-Received: by 10.182.118.226 with SMTP id kp2mr4013860obb.48.1371295528454; Sat, 15 Jun 2013 04:25:28 -0700 (PDT) In-Reply-To: <201306141813.r5EIDIOq002315@envy.delorie.com> References: <201306141813 DOT r5EIDIOq002315 AT envy DOT delorie DOT com> Date: Sat, 15 Jun 2013 15:25:28 +0400 Message-ID: Subject: Re: [geda-user] Undo key remapping (gschem & PCB) From: =?KOI8-R?B?4czFy9PFyiDowdLYy8/X08vJyg==?= To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary=089e0116170edb11ee04df2f9e22 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 --089e0116170edb11ee04df2f9e22 Content-Type: text/plain; charset=ISO-8859-1 How I can do double keymap in pcb. Similar er for rotate in gschem. I read history of geda-user list and seed this example: {"Undo" Undo() an={"UU" "uu"}} or somthing. But this not worked at present 2013/6/14 DJ Delorie > > > Undo (and redo for that matter) are part of the commands that wait > > for someone to implement. > > *Every* menu/key operation in pcb is an action. > > {"Undo" Undo() a={"U" "u"}} > {"Redo" Redo() a={"Shift-R" "Shiftr"}} > --089e0116170edb11ee04df2f9e22 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
How I can do double keymap in pcb. Similar er fo= r rotate in gschem.
I read history of geda-user list and seed this= example:
{"Undo" Undo() an=3D{"UU" "<Keys&g= t;uu"}} or somthing.
But this not worked at present

2013/6/14 DJ Delorie <= ;dj AT delorie DOT com>=

> Undo (and redo for that matter) are part of the commands that wait
> for someone to implement.

*Every* menu/key operation in pcb is an action.

=A0 =A0{"Undo" Undo() a=3D{"U" "<Key>u"= }}
=A0 =A0{"Redo" Redo() a=3D{"Shift-R" "Shift<Key= >r"}}

--089e0116170edb11ee04df2f9e22--