+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 17
  1. #1
    Super Member chrisdarmanin's Avatar
    Using
    AutoCAD 2009
    Join Date
    Feb 2006
    Location
    Malta
    Posts
    524

    Default M2P is too long..

    Registered forum members do not see this ad.

    how can i make a keyboard shortcut to make it shorter? it seems that i cant through acad.pgp.

    what i would like is something like MPP rather than M2P or something similar

  2. #2
    Banned Alan Cullen's Avatar
    Using
    Map 3D 2009
    Join Date
    Jun 2006
    Location
    Cairns, Queensland, Australia
    Posts
    4,181

    Default

    If I read you right, all you have to do is change the M2P in the acad.pgp file to MMP, or even MP if you want. Then type REINIT for it to take effact immediately.

  3. #3
    Super Member Raggi_Thor's Avatar
    Using
    AutoCAD 2008
    Join Date
    Aug 2007
    Location
    Trondheim, NORWAY
    Posts
    718

    Default

    I suppose you know the Shift + Right click method.

    If you define a new command in lisp like this,

    (defun c:MP()
    (command "_M2P")
    )

    you have to type 'MP to use it.

    You can also look into the CUI dialog and make a new keyboard shortcut, I think.
    Mvh, Kvedja, Kind Regards,
    Ragnar Thor Mikkelsen
    http://www.DESIGNDATA.no/English.htm

  4. #4
    Super Member chrisdarmanin's Avatar
    Using
    AutoCAD 2009
    Join Date
    Feb 2006
    Location
    Malta
    Posts
    524

    Default

    cant do it through acad.pgp even after i REINIT

    if i type MPP (which has been changed through acad.pgp to M2P) before a command it works but obviously its an unknown command by itself.

    if i type it after i start a command it doesnt recognise it...

    btw its acad 2007 full

  5. #5
    Super Member chrisdarmanin's Avatar
    Using
    AutoCAD 2009
    Join Date
    Feb 2006
    Location
    Malta
    Posts
    524

    Default

    Quote Originally Posted by Raggi_Thor View Post
    I suppose you know the Shift + Right click method.

    If you define a new command in lisp like this,

    (defun c:MP()
    (command "_M2P")
    )

    you have to type 'MP to use it.

    You can also look into the CUI dialog and make a new keyboard shortcut, I think.
    yes i know of the shift right click but i like to use the keyboard

    tried through the CUI but dont know how to make it work...

    i'll try the lisp...

  6. #6
    Super Member chrisdarmanin's Avatar
    Using
    AutoCAD 2009
    Join Date
    Feb 2006
    Location
    Malta
    Posts
    524

    Default

    the lisp didn't work.

    what i need it to start the command during another command such as line or mirror

  7. #7
    Banned Alan Cullen's Avatar
    Using
    Map 3D 2009
    Join Date
    Jun 2006
    Location
    Cairns, Queensland, Australia
    Posts
    4,181

    Default

    What exactly is M2P? Is it a lisp routine? Because my 2007 doesn't recognise it as a command.

  8. #8
    Super Member chrisdarmanin's Avatar
    Using
    AutoCAD 2009
    Join Date
    Feb 2006
    Location
    Malta
    Posts
    524

    Default

    mid between 2 points

    start the line command then type M2P.

    its a great command and i use it a lot

  9. #9
    Banned Alan Cullen's Avatar
    Using
    Map 3D 2009
    Join Date
    Jun 2006
    Location
    Cairns, Queensland, Australia
    Posts
    4,181

    Default

    I don't think it's actually a command, all I can find is that it is a command modifier, bit like osnap maybe. If I'm correct you can't give it a shortcut, unless Ragi's suggestion works.

    Sorry, I've never used it, so I'm not at all familiar with it.

  10. #10
    Super Member chrisdarmanin's Avatar
    Using
    AutoCAD 2009
    Join Date
    Feb 2006
    Location
    Malta
    Posts
    524

    Default

    Registered forum members do not see this ad.

    yes its to snap between 2 point. its part of osnap so i guess its a command modifier

    thanks for your help anyway

Similar Threads

  1. Pathing too long?
    By davies65 in forum AutoCAD Drawing Management & Output
    Replies: 0
    Last Post: 13th Mar 2007, 07:38 am
  2. really long plots
    By kavousi in forum AutoCAD Drawing Management & Output
    Replies: 2
    Last Post: 23rd Oct 2006, 05:56 pm
  3. A LONG TIME AGO
    By aaabob in forum AutoLISP, Visual LISP & DCL
    Replies: 1
    Last Post: 10th Jun 2006, 08:28 pm
  4. Its been a long time....
    By MeChicago in forum AutoCAD Beginners' Area
    Replies: 4
    Last Post: 12th Mar 2006, 02:49 pm

Bookmarks

Posting Permissions

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