• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD R12/R13/R14 DWG Format Archive

    Reply
    New Member
    alecuser
    Posts: 2
    Registered: ‎07-24-2011

    HELP...right click to enter does not work on autocad release 14

    521 Views, 3 Replies
    07-24-2011 04:22 PM

    When I right click on mouse it use to enter the last command or for when I shift with it - I would have a submenu of last commands.  For some reason - it does not work on release 14.   On the newer functions you can fix this problem through preferences.  I also went through control panels and look at the mouse settings- everything is set to how should be.

     

    I know it is a setting on autocad.  The previous user did something to it- and the release 14 cd has been lost.  Could someone be kind enough to give me a syntax code or something so I may type it in the command prompt and toggle something...or is there something I need to check on the autocad menu file....?

     

    Please help... it would be deeply appreciated by and old loyal user of r.14.....

    Please use plain text.
    *Expert Elite*
    Patchy
    Posts: 5,311
    Registered: ‎09-16-2009

    Re: HELP...right click to enter does not work on autocad release 14

    07-24-2011 09:36 PM in reply to: alecuser

    Open your ACAD.MNS, beginning of this file should be like this:

     

     

     

    //
    //      AutoCAD menu file - R:\NTEXE\RELEASE\support\acad.mnu
    //

    ***MENUGROUP=ACAD

    ***BUTTONS1
    $M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,5),GRIP_),$P0=ACAD.GRIPS $P0=*);
    $P0=SNAP $p0=*
    ^C^C
    ^B
    ^O
    ^G
    ^D
    ^E
    ^T

    ***BUTTONS2
    $P0=SNAP $p0=*

    ***AUX1
    $M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,5),GRIP_),$P0=ACAD.GRIPS $P0=*);
    $P0=SNAP $p0=*
    ^C^C
    ^B
    ^O
    ^G
    ^D
    ^E
    ^T

     

    Please use plain text.
    New Member
    alecuser
    Posts: 2
    Registered: ‎07-24-2011

    Re: HELP...right click to enter does not work on autocad release 14

    07-25-2011 09:42 PM in reply to: Patchy

    I checked the acad.mns file and it all looked the same as suggested.

     

    Any other ideas or options to this issue...?

     

    Thanks to anyone with your input.

    Please use plain text.
    *Expert Elite*
    Patchy
    Posts: 5,311
    Registered: ‎09-16-2009

    Re: HELP...right click to enter does not work on autocad release 14

    07-26-2011 05:58 AM in reply to: alecuser

    RMB in r14 is repeat last command

    Hold Shift down with RMB gives you OSNAP.

     

    That's it

     

     

    

    Please use plain text.