Author Topic: Snap settings Shortcut Menu - Shift + Right Click - >  (Read 2863 times)

0 Members and 1 Guest are viewing this topic.

Guest

  • Guest
Snap settings Shortcut Menu - Shift + Right Click - >
« on: February 07, 2005, 11:51:06 AM »
Somehow the default settings for this snap menu have been changed.  When I Shift+Right click I don't get the snap settings short cut menu anymore.

I've tried playing with the SHORTCUTMENU system var but without success. I've had a look at the acad.mnu file section and everything seems to correspond with a colleague's .mnu file whose snap shortcut menu works.

Is there some other autoloaded file I need to check that may have been tampered with somewhere back in time, so that I can restore the original code?  Is this problem something to do with AUXx and Buttonsx variables(?) sections(?) within the acad.mnu file? :?

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
Snap settings Shortcut Menu - Shift + Right Click - >
« Reply #1 on: February 07, 2005, 12:04:42 PM »
This is how mine are set.


HTH
TheSwamp.org  (serving the CAD community since 2003)

VerticalMojo

  • Guest

Guest

  • Guest
running osnap
« Reply #3 on: February 08, 2005, 04:06:06 AM »
//   Begin System Pointing Device Menus
//
***AUX1
// Simple button
// if a grip is hot bring up the Grips Cursor Menu (POP 500), else send a carriage return
// If the SHORTCUTMENU sysvar is not 0 the first item (for button 1, the "right button")
// is NOT USED.
$M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,5),GRIP_),$P0=ACAD.GRIPS $P0=*);
$P0=SNAP $p0=*
^C^C
^B
^O
^G
^D
^E
^T


***AUX2
// Shift + button
$P0=SNAP $p0=*
$P0=SNAP $p0=*

***AUX3
// Control + button
$P0=SNAP $p0=*

***AUX4
// Control + shift + button
$P0=SNAP $p0=*

//
//   Begin AutoCAD Pull-down Menus
//
***POP0
**SNAP
// Shift-right-click if using the default AUX2 and/or BUTTONS2
// menus.
             [&Objektfang-Cursormenü]
ID_Tracking  [Temporärer S&purpunkt]_tt
ID_From      [&Von]_from
ID_MnPointFi [->Punkt&filter]
ID_PointFilx   [.X].X
ID_PointFily   [.Y].Y
ID_PointFilz   [.Z].Z
            [--]
ID_PointFixy   [.XY].XY
ID_PointFixz   [.XZ].XZ
ID_PointFiyz   [<-.YZ].YZ
             [--]
ID_OsnapEndp [&Endpunkt]_endp
ID_OsnapMidp [&Mittelpunkt]_mid
ID_OsnapInte [&Schnittpunkt]_int
ID_OsnapAppa [&Angenomm. Schnittpunkt]_appint
ID_OsnapExte [H&ilfslinie]_ext
             [--]
ID_OsnapCent [&Zentrum]_cen
ID_OsnapQuad [&Quadrant]_qua
ID_OsnapTang [Tan&gente]_tan
             [--]
ID_OsnapPerp [Lo&t]_per
ID_OsnapPara [Para&llele]_par
ID_OsnapNode [P&unkt]_nod
ID_OsnapInse [&Basispunkt]_ins
ID_OsnapNear [Näc&hster]_nea
ID_OsnapNone [&Keiner]_non
             [--]
ID_Osnap     [&Objektfang...]'_+dsettings 2
//ID_SnapMenu [SnapMenu]$p0=*

Notice the last line?  Do I need it? I peeked at the other related topics on The Swamp to get some ideas.  No Joy I'm afraid.  I used your setting, Mark, from the screen shot...no joy. I played with the SHORTCUTMENU sysvar yesterday which is what your dialog box controls.  Also tried the OSNAPCOORD var...no joy.  Will try to get a copy of someone elses Profile and then see...thanks for the suggestions though.

Just no response when I shift rightclick, except that it sometimes picks a point (instead of throwing up the snap menu) !

Guest

  • Guest
running osnap
« Reply #4 on: February 08, 2005, 04:43:22 AM »
Got it!  Used a colleagues profile and all is well.  I will check the sysvars to see what I screwed up, if I screwed up at all.  I've been working for 6 months with the snapsetting toolbar!