Results 1 to 3 of 3

Thread: One-click Osnap popup AND mbuttonpan

  1. #1
    100 Club mfowler's Avatar
    Join Date
    2002-05
    Location
    Paradise
    Posts
    120
    Login to Give a bone
    0

    Default One-click Osnap popup AND mbuttonpan

    For those of you like myself who want to be able to use middle-button pan and also avoid having to shift-rightclick to get to the Osnap popup box, here's a simple way of achieving it.

    My mouse has customizable buttons on it (Logitech MX500), so if yours does not, you may have to alter these instructions to get this to work.

    1. Go into your mouse software and map one of the buttons to the keystroke F12.

    2. In Autocad, pull up the Customize User Interface box (right-click on a toolbar, scroll down to customize).

    3. In the top-left window, find Keyboard Shortcuts and expand that group to find Shortcut Keys. Pick that.

    4. Now in the top-right window it will list all of the accelerator keys within that group. Scroll down thru the list until you see F12 in the Keys column. I can't remember what command it's natively used for, but it's some obscure command IIRC. If you need to keep that command mapped to F12, you'll have to figure out some other uneeded or unused key to use.

    5. When you find the entry for F12, pick that entry. Now in the bottom-right pane (Information), you can rename the command (I used Osnap menu), add a description, and change the macro. The macro you will need to paste in is $P0=SNAP $p0=*

    6. Hit OK and let Autocad do it's thing.

    Now when you hit the mouse button that you mapped to F12, the osnap menu will popup.
    Last edited by mfowler; 2005-05-27 at 05:41 PM.

  2. #2
    Wish List Manager BrenBren's Avatar
    Join Date
    2000-11
    Location
    150700
    Posts
    3,439
    Login to Give a bone
    0

    Default Re: One-click Osnap popup AND mbuttonpan

    I did something similar to this.

    I use my middle button to get my osnap button, and hated the fact that I couldn't use realtime pan and zoom as well. I couldn't get used to hitting shift + right click to get the osnap menu, so I added realtime pan and realtime zoom to my Osnap menu.

    To do this, I simply opened up the customization user interface dialog, opened up the object snap cursor menu under my shortcut menus (top left window - if you don't see it, the open display filter dialog button - same window, upper right, next to the save icon - allows you to pick what you can see); and added my realtime pan and realtime zoom to it. Simply drag and drop from the command list.

    I love it!

  3. #3
    AUGI Addict madcadder's Avatar
    Join Date
    2000-11
    Location
    Too far from the beach
    Posts
    1,054
    Login to Give a bone
    0

    Default Re: One-click Osnap popup AND mbuttonpan

    For what it's worth... I'm now able to do with a Microsoft Trackball what I was able to do with a Logitech MarbleFX back in 99.
    I just upgraded to IntelliPoint 5.2 drivers from 5.0. 5.0 does not support Keystroke Combinations defined to a button. 5.2 does.

    To my MNS file I added:
    Code:
     ***POP36
     ID_MNPop0 [Pop 0 Menu]
     ID_Pop00	[&Pop 0]$P0=SNAP $p0=* 
     
     ***ACCELERATORS
     ID_Pop00	   [CONTROL+ALT+"F12"] 
     
     ***HELPSTRINGS
     ID_Pop00	   [Activates the Pop 0 Menu]
    Now I have MBUTTONPAN and Pop 0. Me so happy.

Similar Threads

  1. Two-click select osnap
    By Wish List System in forum Civil 3D Wish List
    Replies: 1
    Last Post: 2015-09-11, 02:46 AM
  2. Osnap popup not behaving when drawing minimised or maximised
    By s.bindon.207526 in forum AutoCAD General
    Replies: 1
    Last Post: 2009-02-03, 08:19 AM
  3. Double Click Zoom Extents with MBUTTONPAN Off
    By autocad.wishlist1734 in forum AutoCAD Wish List
    Replies: 0
    Last Post: 2007-05-08, 04:14 PM
  4. OSnap menu is not working for my right click.
    By kschultz in forum AutoCAD General
    Replies: 4
    Last Post: 2006-02-10, 04:01 PM
  5. Missing Osnap Popup
    By csiress in forum AutoCAD General
    Replies: 3
    Last Post: 2005-08-19, 10:59 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •