PDA

View Full Version : MBUTTONPAN and POP0 on my mouse without having to hit the SHIFT key



madcadder
2006-09-15, 04:09 PM
In 2002 I did the following trick to give me MBUTTONPAN and POP0 on my mouse without having to hit the SHIFT key.

In 2007 it doesn't work if a command is active. Works just fine as long as a command is not active.

This is part of the menu


***POP34
**OSMODESET
[Osnaps]
ID_Osnap [Drafting Settings...]'osnap
ID_Pop00 [&Pop 0]$P0=SNAP $p0=*


added this to the ***ACCELERATORS

ID_Pop00 [CONTROL+ALT+"F12"]

added this to the ***HELPSTRINGS

ID_POP00 [Activates the Pop 0 Menu]

In the mouse properties I mapped the button to the keystroke "CONTROL+ALT+F12"
and all worked just fine.

Now in 2007 I did everything the exact same except I changed it to "CONTROL+SHIFT+ALT+P" for the accelerator and the mouse button.

Any clue as to what I need to do to make this work while a command is active in 2007?

madcadder
2006-09-15, 04:31 PM
For added info:

My shortcut key in 2007 is:
Name: Pop0
Macro:$P0=SNAP $p0=*
Keys: CTRL+SHIFT+ALT+P
Element ID: MMU_1442

madcadder
2006-09-15, 07:05 PM
I solved it...

I changed it to:

CTRL+SHIFT+ALT+F12

and it works again.

I guess it likes the "F" keys better.

Mike.Perry
2006-09-16, 03:13 AM
Hi Tod

Thank you posting back the answer / solution, I am sure others will benefit from such information in the future.

:beer: Mike