remap 'esc' key on right side of keyboard

Discussion in 'AutoCAD' started by BenC, Nov 22, 2004.

  1. BenC

    BenC Guest

    Is there a way ?
     
    BenC, Nov 22, 2004
    #1
  2. BenC

    Dommy2Hotty Guest

    sure there is...open your acad.mnu and go to the last section...the ***Accelerators section. Change the part in the brackets to the key you want to press for ESC

    Code:
    ["F12"]^C
     
    Dommy2Hotty, Nov 22, 2004
    #2
  3. BenC

    BenC Guest

    Well, I have one assigned using ^c^C. But, it is different than the 'esc'
     
    BenC, Nov 22, 2004
    #3
  4. BenC

    Dommy2Hotty Guest

    ^C is what the esc. key does...^C^C therefore would be different from a standard esc. key
     
    Dommy2Hotty, Nov 22, 2004
    #4
  5. BenC

    Tom Smith Guest

    ^C is what the esc. key does...^C^C therefore would be different from a
    standard esc. key

    Not exactly. The character sequence ^C in a menu macro sends an ESC. It
    would be more accurate to say that ESC is what the ^C code does.

    Menu macros commonly use a double ESC in the form ^C^C because that's
    necessary to get all the way out of a dimensioning subcommand and back to
    the command prompt. The only difference from the user's point of view is
    that the double ESC will always work, and might occasionally save an extra
    keystroke.
     
    Tom Smith, Nov 22, 2004
    #5
  6. BenC

    Dommy2Hotty Guest

    Tomato...Toma-to...He said he had a button that did ^C^C, but that it was different from the 'esc' key...I was just trying to get across that the only difference was an extra 'esc', so to speak.

    As far as the menu macros, I prefer ^C^C^C...you can get pretty far down in a command nowadays...
     
    Dommy2Hotty, Nov 22, 2004
    #6
  7. BenC

    BenC Guest

    Just try a pulldown menu, can you use ^c^c^c key to cancel the pulldown display ? Anyway, anybody have tried to remap a key ?
     
    BenC, Nov 23, 2004
    #7
  8. Remapping keys can be accomplished via the old dos version of "ansi.sys" in
    the "autoexec.bat".

    display ? Anyway, anybody have tried to remap a key ?
     
    Alan Henderson @ A'cad Solutions, Nov 23, 2004
    #8
  9. BenC

    BenC Guest

    Hummm..... it's been a long time (dos days) since I use ansi.sys. Use it in config.sys, isn't it. Now with Win2000, wonder how can I load this in autoexec.bat. Well, I'll give it a trial. Thanks Alan.
     
    BenC, Nov 23, 2004
    #9
  10. Alan Henderson @ A'cad Solutions, Nov 23, 2004
    #10
  11. BenC

    BenC Guest

    Thanks again for the info.
     
    BenC, Nov 24, 2004
    #11
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.