Can't Repeat Custom Macro Button Command w/ Rt-Click

Discussion in 'AutoCAD' started by calpolyarc, Jan 22, 2004.

  1. calpolyarc

    calpolyarc Guest

    I created a custom button with the following macro:

    ^C^C(command "_leader" (getpoint) (getpoint) "" "" "n")(princ)

    This, along with my other custom buttons, don't allow me to repeat the routine by right clicking. I have to 'click' the button again which I don't want to do. Is there any way I can fix this??
     
    calpolyarc, Jan 22, 2004
    #1
  2. Hi,
    try this
    *^C^C(command "_leader" (getpoint) (getpoint) "" "" "n")(princ)
    the * will repeat the menu macro until you hit scape

    Saludos

    Marco Jacinto


    routine by right clicking. I have to 'click' the button again which I don't
    want to do. Is there any way I can fix this??
     
    Marco Jacinto, Jan 23, 2004
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.