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.
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.
Anyone have any answers? Much appreciated.
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));
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
cadman_meg wrote:
> Anyone have any answers? Much appreciated.