J_Melcher Posted December 15, 2008 Posted December 15, 2008 i would like to turn of the f1 help key..its driving me nuts i always hit it by accident. i went to customize and thought i could change it there but i was wrong i believe...anyone know how to accomplish this?? thank you in advance. Quote
BOB'27T Posted December 15, 2008 Posted December 15, 2008 Check out this thread: http://www.cadtutor.net/forum/showthread.php?t=17669 Quote
feargt Posted December 15, 2008 Posted December 15, 2008 you can change it so that it works a bit similar to the escape key which I assume is the button you want to press, by defining a new command in the CUI with ^C^C^C(ssetfirst nil). after u have defined your new command drag and drop it in the Shortcut Keys menu. then click on the command here and under the makro field should be a field for keys, here u should be able click the F1 button, then click apply. Quote
J_Melcher Posted December 15, 2008 Author Posted December 15, 2008 thank you both feargt and bob27t. both helped alot Quote
rkent Posted December 15, 2008 Posted December 15, 2008 You are using 2005 so you will need to modify your menu file. I always had a separate menu file for customization but this works just as well in the acad.mnu. Look for an Accelerator section, if there isn't one then add one like below. I set my Function keys for osnaps so just adjust for what you would like. ***MENUGROUP=TESTING ***ACCELERATORS ID_OsnapEndp [iNTERNAL+"F1"] ID_OsnapPerp [iNTERNAL+"F2"] ID_OsnapNear [iNTERNAL+"F3"] ID_OsnapMidp [iNTERNAL+"F4"] ID_OsnapQuad [iNTERNAL+"F5"] ID_OsnapCent [iNTERNAL+"F6"] ID_OsnapInte [iNTERNAL+"F7"] ID_OsnapNode [iNTERNAL+"F11"] ID_OsnapInse [iNTERNAL+"F12"] ID_Copyclip [CONTROL+INTERNAL+"LEFT"] ID_Pasteclip [CONTROL+INTERNAL+"RIGHT"] Quote
feargt Posted December 15, 2008 Posted December 15, 2008 You are using 2005 so you will need to modify your menu file. I always had a separate menu file for customization but this works just as well in the acad.mnu. Look for an Accelerator section, if there isn't one then add one like below. I set my Function keys for osnaps so just adjust for what you would like. ***MENUGROUP=TESTING ***ACCELERATORS ID_OsnapEndp [iNTERNAL+"F1"] ID_OsnapPerp [iNTERNAL+"F2"] ID_OsnapNear [iNTERNAL+"F3"] ID_OsnapMidp [iNTERNAL+"F4"] ID_OsnapQuad [iNTERNAL+"F5"] ID_OsnapCent [iNTERNAL+"F6"] ID_OsnapInte [iNTERNAL+"F7"] ID_OsnapNode [iNTERNAL+"F11"] ID_OsnapInse [iNTERNAL+"F12"] ID_Copyclip [CONTROL+INTERNAL+"LEFT"] ID_Pasteclip [CONTROL+INTERNAL+"RIGHT"] I should have looked to see what version was being used........sorry about that Quote
smorales02 Posted December 15, 2008 Posted December 15, 2008 I simply just took the button of my keyboard...alot easier that way Quote
manhattan Posted December 15, 2008 Posted December 15, 2008 I simply just took the button of my keyboard...alot easier that way same, never have an F1 key at work Quote
MaxwellEdison Posted December 15, 2008 Posted December 15, 2008 I've changed my default help key in windows to be [sPACE]+C+V+B+N+M+F+G+H+J so that it only activates at those times when my forehead meets keyboard. Quote
skipsophrenic Posted December 16, 2008 Posted December 16, 2008 I've changed my default help key in windows to be [sPACE]+C+V+B+N+M+F+G+H+J so that it only activates at those times when my forehead meets keyboard. :lol: I might try that at my place! LOL Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.