Set F3 to "alt"

Discussion in 'AutoCAD' started by cadman_meg, Dec 23, 2004.

  1. cadman_meg

    cadman_meg Guest

    Can someone tell me how I can set my left side alt key on the leyboard to the F3 key for toggling osnaps. Was reading up on accelerators, but not sure that it is the trick. Suggestions? Thanks much.
     
    cadman_meg, Dec 23, 2004
    #1
  2. cadman_meg

    cadman_meg Guest

    Anyone have any answers? Much appreciated.
     
    cadman_meg, Dec 23, 2004
    #2
  3. cadman_meg

    Dommy2Hotty Guest

    Don't think you can redefine ALT to it. But you could redefine SHIFT+a button to do it...for example:

    Code:
    [SHIFT+"G"](setvar "osmode" (boole 6 (getvar "osmode") 16384));
     
    Dommy2Hotty, Dec 23, 2004
    #3
  4. You'd need to use an external keyboard mapping program to do this, or
    use a programmable keyboard. No way to do this directly in Autocad. I
    suggest a Google search for "keyboard mapper".

    Martin
     
    Martin Shoemaker, Dec 24, 2004
    #4
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.