TheSwamp

CAD Forums => Vertically Challenged => Architecturally Speaking => Topic started by: ryandk on February 09, 2005, 01:32:37 PM

Title: WallGraphDisplayToggle
Post by: ryandk on February 09, 2005, 01:32:37 PM
Do any of you guys know how I can make the wall graph display toggle on and off by using the F12 key?  I can't find any place (operative clause being "I can't find") in autocad where I can assign the command WallGraphDisplayToggle to F12.

Thanks,
Ryan
Title: WallGraphDisplayToggle
Post by: Dommy2Hotty on February 09, 2005, 05:10:00 PM
ADT.mnu/mns at the very bottom
Code: [Select]
["F12"]WallGraphDisplayToggle

EDIT: I guess I should clarify, you'll need to add that to the ACCELERATORS section.
Title: WallGraphDisplayToggle
Post by: ryandk on February 10, 2005, 11:10:58 AM
Thanks for the help.

Ryan