Nov 25, 2007 #1 memechanical Mechanical Joined Oct 20, 2007 Messages 3 Location DE Is there a keyboard command for the command “_SWISO” from the View toolbar in ACAD 07?
Nov 27, 2007 #2 TCARPENTER1 Computer Joined Sep 22, 2005 Messages 234 Hi memechanical, No - but you can make one: Code: (defun c:swiso () (command "_-View" "_swiso") (princ) ) put that into your startup "stuff" and you'll have it whenever you need it. HTH Todd Upvote 0 Downvote
Hi memechanical, No - but you can make one: Code: (defun c:swiso () (command "_-View" "_swiso") (princ) ) put that into your startup "stuff" and you'll have it whenever you need it. HTH Todd