Renaming snap inputs

Discussion in 'AutoCAD' started by Paul Silzle, Dec 11, 2003.

  1. Paul Silzle

    Paul Silzle Guest

    Can snap names be renamed? I want to use the letter N for Nearest. I
    know how to change the command aliases but I also know that is not
    where these get changed. I thought I could do it in the .MNU file. I
    tried and it does not work. It won't accept N as a vailid input. Any
    help??

    Paul
     
    Paul Silzle, Dec 11, 2003
    #1
  2. Paul Silzle

    Anthony Guest

    hi paul,

    i tried 'N' for near and it worked for me add the following to the end of
    your mnu file. we use the F1-F12 for running snaps.
    and shift + function key to lock the snap.

    regards

    anthony
    ***ACCELERATORS
    // Bring up hyperlink dialog
    ID_Hyperlink [TOOLBAR+CONTROL+"K"]
    // Toggle Orthomode
    [CONTROL+"L"]^O
    // Next Viewport
    [CONTROL+"R"]^V
    ID_SelAll [CONTROL+"A"]
    ID_Copyclip [TOOLBAR+CONTROL+"C"]
    ID_New [CONTROL+"N"]
    ID_Open [TOOLBAR+CONTROL+"O"]
    ID_Print [TOOLBAR+CONTROL+"P"]
    ID_Save [TOOLBAR+CONTROL+"S"]
    ID_Saveas [CONTROL+SHIFT+"S"]
    ID_APP_EXIT [INTERNAL+CONTROL+"Q"]
    ID_Pasteclip [TOOLBAR+CONTROL+"V"]
    ID_Copybase [CONTROL+SHIFT+"C"]
    ID_Pastebloc [CONTROL+SHIFT+"V"]
    ID_Cutclip [TOOLBAR+CONTROL+"X"]
    ID_Redo [CONTROL+"Y"]
    ID_U [CONTROL+"Z"]
    ID_Ai_propch [TOOLBAR+CONTROL+"1"]
    ID_Content [CONTROL+"2"]
    ID_TPalette [CONTROL+"3"]
    ID_ContentBrowser [TOOLBAR+CONTROL+"4"]
    AECID_ProjectNavigator [CONTROL+"5"]
    ID_dbConnect [CONTROL+"6"]
    ID_VBARun [ALT+"F8"]
    ID_VBAIDE [ALT+"F11"]
    [CONTROL+"H"]+
    '_setvar;pickstyle;$M=$(if,$(eq,$(getvar,pickstyle),0),1,$(if,$(eq,$(getvar,
    pickstyle),1),0,+
    $(if,$(eq,$(getvar,pickstyle),2),3,2)))
    ID_CleanScreen [CONTROL+"0"]
    ["F1"]TAN
    ["F3"]ENDP
    ["F4"]INT
    ["F5"]MID
    ["F6"]NEAR
    ["N"]NEAR
    ["F7"]PERP
    ["F9"]CENTER
    ["F10"]NODE
    ["F11"]QUAD
    ["F12"]INSERT
    [SHIFT + "F1"]'CONV
    [SHIFT + "F2"]'SETVAR OSMODE 0
    [SHIFT + "F3"]'SETVAR OSMODE 1
    [SHIFT + "F4"]'SETVAR OSMODE 32
    [SHIFT + "F5"]'SETVAR OSMODE 2
    [SHIFT + "F6"]'SETVAR OSMODE 512
    [SHIFT + "F7"]'SETVAR OSMODE 128
    [CONTROL + "F7"]TAN
    [SHIFT + "F9"]'SETVAR OSMODE 4
    [SHIFT + "F10"]'SETVAR OSMODE 8
    [SHIFT + "F11"]'SETVAR OSMODE 16
    [SHIFT + "F12"]'SETVAR OSMODE 64
     
    Anthony, Dec 11, 2003
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.