AutoCAD R12/R13/R14 DWG Format Archive
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
HELP...rig ht click to enter does not work on autocad release 14
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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.....
Re: HELP...rig ht click to enter does not work on autocad release 14
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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=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=SNAP $p0=*
^C^C
^B
^O
^G
^D
^E
^T
Re: HELP...rig ht click to enter does not work on autocad release 14
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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.
Re: HELP...rig ht click to enter does not work on autocad release 14
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
RMB in r14 is repeat last command
Hold Shift down with RMB gives you OSNAP.
That's it
