X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Mon, 30 Jan 2012 12:36:19 -0500 Message-Id: <201201301736.q0UHaJtf019946@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: <4F26CD8D.9000902@zepler.net> (message from Chris Smith on Mon, 30 Jan 2012 17:04:13 +0000) Subject: Re: [geda-user] PCB: place via using action? References: <4F26CD8D DOT 9000902 AT zepler DOT net> 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 There is a Cursor() action that allows a Warp command. Consider my arrow key bindings: {"Step Up" a={"Up" "Up"} Cursor(Warp,0,1,grid)} {"Step Down" a={"Down" "Down"} Cursor(Warp,0,-1,grid)} {'"Click"' a={"Enter" "Enter"} Mode(Notify) Mode(Release) } But pcb does not have a generic "do this action here" mode.