Trickworm Posted July 6, 2010 Posted July 6, 2010 I am using AutoCad 2008. I was setting my function keys to my favorite shortcuts. Somehow my F3 button messed up. When I hit F3 I get the Osnap setting dialong box, with all of the Osnap setting options. I want F3 to toggle Osnap on/off. Can someone help me fix this setting. What would be the correct command to type in the setting box? Thanks, Steve Quote
rkent Posted July 6, 2010 Posted July 6, 2010 ^P'_.osmode $M=$(if,$(and,$(getvar,osmode),16384),$(-,$(getvar,osmode),16384),$(+,$(getvar,osmode),16384)) Quote
Trickworm Posted July 7, 2010 Author Posted July 7, 2010 ^P'_.osmode $M=$(if,$(and,$(getvar,osmode),16384),$(-,$(getvar,osmode),16384),$(+,$(getvar,osmode),16384)) I am new to this, Rkent. I do not know what to do with this string you have typed Steve Quote
rkent Posted July 7, 2010 Posted July 7, 2010 You may only need to find where you defined F3 and remove the F3 for that current shortcut as Osnaps are assigned to F3 already. Or simply use Ctrl+F3 now. or... I assume you were in the CUI, picked Keyboard Shortcuts, Temporary Override Keys, Toggles Object Snap Mode. On the lower right you will see a Properties window, and in there is a Macro 1, pick to the right of that and paste ^P'_.osmode $M=$(if,$(and,$(getvar,osmode),16384),$(-,$(getvar,osmode),16384),$(+,$(getvar,osmode),16384)) in there. Hit OK a few times to exit CUI, save if asked. I am on 2011 and 2008 may not have the temporary override keys section. If not go to the Keyboard Shortcuts, the find Osnap Override in the list of commands below. They keep changing the name with each release, sometimes its Osnap.. and other times its Snap.... Then drag that up to the Shortcut Key section, select it, move to the right side to add the macro Quote
Trickworm Posted July 8, 2010 Author Posted July 8, 2010 Thanks rkent...your fix was perfect You may only need to find where you defined F3 and remove the F3 for that current shortcut as Osnaps are assigned to F3 already. Or simply use Ctrl+F3 now. or... I assume you were in the CUI, picked Keyboard Shortcuts, Temporary Override Keys, Toggles Object Snap Mode. On the lower right you will see a Properties window, and in there is a Macro 1, pick to the right of that and paste ^P'_.osmode $M=$(if,$(and,$(getvar,osmode),16384),$(-,$(getvar,osmode),16384),$(+,$(getvar,osmode),16384)) in there. Hit OK a few times to exit CUI, save if asked. I am on 2011 and 2008 may not have the temporary override keys section. If not go to the Keyboard Shortcuts, the find Osnap Override in the list of commands below. They keep changing the name with each release, sometimes its Osnap.. and other times its Snap.... Then drag that up to the Shortcut Key section, select it, move to the right side to add the macro 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.