"tcom" <tc...@tds.net> wrote in message news:f058f...@WebX.maYIadrTaRb...
| Where do you go to asign accelerator keys (F3, F4, ...)
| RICK
|
***ACCELERATORS
["F3"]NEA
["F4"]PER,QUA
["F5"]INT,TAN
["F6"]MID,ENDP
["F7"]CEN,NOD
["F9"]INSERT
// *** DO NOT *** define the F10 key...........It is reserved for Windows!!
// *** DO NOT *** define the F11 or F12 keys...All bug watches say problems
will occur!!
//["F11"]'ZOOM E
//["F12"]'ZOOM P
Tony
please disregard the lines following ["F9"]INSERT
Tony
If you want to redefine AutoCAD's standard accelerators, I would advise
commenting them out in ACAD.mns & ACAD.mnu, and placing them in a separate
menu file so your changes won't be wiped out during the next upgrade.
You would then use the MenuLoad command to load your partial menu.
Be sure to specify a MenuGroup in your separate menu.
//
// AutoCAD menu file - C:\My Documents\MyMenu.mns
//
***MENUGROUP=MyMenu
***ACCELERATORS
ID_Copyclip [CONTROL+"C"]
ID_Hyperlink [CONTROL+"K"]
ID_New [CONTROL+"N"]
ID_Open [CONTROL+"O"]
ID_Print [CONTROL+"P"]
[CONTROL+"Q"]^O
[CONTROL+"R"]^V
ID_Save [CONTROL+"S"]
ID_Pasteclip [CONTROL+"V"]
[CONTROL+"W"]'_zoom;_a
ID_Cutclip [CONTROL+"X"]
ID_Redo [CONTROL+"Y"]
ID_U [CONTROL+"Z"]
ID_Modify [CONTROL+"1"]
ID_Content [CONTROL+"2"]
ID_dbConnect [CONTROL+"6"]
[CONTROL+"F1"]'_rtpan
[CONTROL+"F2"]'_rtzoom
["F4"]_nea
["F5"]_endp,_int,_qua
["F6"]_mid,_cen
["F7"]_node,_ins
ID_VBARun [ALT+"F8"]
ID_VBAIDE [ALT+"F11"]
["F12"]qsave
"tcom" <tc...@tds.net> wrote in message news:f058...@WebX.maYIadrTaRb...
| R2000 and prior,
| thanks,
|
Dan
"kfosterm" <kmer...@jea.net> wrote in message
news:f058...@WebX.maYIadrTaRb...
> This brings up a question I have. Our company has a policy that we are NOT
to alter out-of-the box files. We can customize all we want, but it must be
in our own menu's. Fair enough. But how to reassign accelerator keys, aux
menus, etc. WITHOUT commenting them out of the acad.mns files. THAT is what
I'm trying to figure out. Any Ideas?
> Thanks
> Kurt Merritt
>
>
(menucmd "GacadA3=mw.AUX3") ; replace <ctrl><rclick>
(menucmd "GacadA4=mw.AUX4") ; replace <shift><ctrl><rclick>
"kfosterm" <kmer...@jea.net> wrote in message
news:f058...@WebX.maYIadrTaRb...
--
Dean Saadallah
www.pendean.com
"kfosterm" <kmer...@jea.net> wrote in message
news:f058...@WebX.maYIadrTaRb...