Reprogram accelerator keys

Discussion in 'AutoCAD' started by Matt W, Aug 23, 2004.

  1. Matt W

    Matt W Guest

    This is probably going so sound like a stupid quesiton but...
    I would like to make F1 and F2 ORTHO and SNAPS respectively.

    I've tried [INTERNAL+"F1"]F8 but that didn't work.

    Anyone know how to do this??!?
     
    Matt W, Aug 23, 2004
    #1
  2. // set F1 to toggle orthomode
    [INTERNAL+"F1"]^0
    // set F2 to toggle snaps
    [INTERNAL+"F2"]^B
     
    Alan Henderson @ A'cad Solutions, Aug 23, 2004
    #2
  3. ["F1"]'redraw
    ["F4"]^O

    worked to redefine F1 and F4 for me.
    To redefine snap try ^B:

    ["F2"]^B
     
    Allen Johnson, Aug 23, 2004
    #3
  4. Matt W

    Matt W Guest

    Thanks, Alan!
    Thanks, Allen!

    That's what I was looking for.


    --
    Matt W

    The difference between genius and stupidity is that genius has its limits.
    | ["F1"]'redraw
    | ["F4"]^O
    |
    | worked to redefine F1 and F4 for me.
    | To redefine snap try ^B:
    |
    | ["F2"]^B
    |
    |
     
    Matt W, Aug 23, 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.