Jump to content

Recommended Posts

Posted

I am running autocad 2012...I am looking for a fast and easy way to Unlock all layers with as few key strokes as possible.....Does anyone have any suggestions? Or is there a command already in Autocad that I dont know about?

Thanks, Jess

Posted

This is what I use for some years

(command "_.-LAYER" "Unlock" "*" "")

Posted

Or typing from the keyboard

 

-la (Enter)

u (Enter)

* (Enter)

(Enter)

Posted

have you considered making a script or macro to do this? you could then do it at the click of a button or drag and drop of a file.

(it's very easy)

Posted

It would take me longer to find a button, than to type it. Then there are other commands using the "-la " sequence. And I don't move the mouse pointer around the screen, so I save mouse movement on the next command.

 

But I cannot deny you the opportunity to clutter up your own workspace and get RSI moving the mouse :D

Posted

If I knew how to write macros or scripts i would..I havent spent much time trying to learn to do so..But i think that might change....As for using the "-la" command and unlocking that way?....Too many key strokes. I think like 9....I'd like to get it down to 1 or 2 : )

Posted
Too many key strokes. I think like 9.

 

A mediumly competent user of a keyboard could do that in less than three seconds. I cannot believe that anything else that depended on mouse movement would take less time. Perhaps speed is not of the essence.

 

There seems to be a trend that using the keyboard seems not to be considered a viable option. Perhaps it is not being taught any more, or perhaps there is damage to body parts :shock:

Posted

for those too lazy to open a file, the above script works fine, and is just this:

-layer
u
*

you can make this a macro by substituting 'enter' for semicolon ';' so your button would be

^C^C_-layer;unlock;*;;

i tend to go with eldon on the 'commands are superior to buttons' thing but have recently found the occasional button is better than a string of commands. if you add the above button, you can unlock all layers in one click. that's good, in my book.

 

so briefly, to make the button:

command CUI

unlock.jpg

 

click "make new command"

expand right pane, fill in box with macro details

choose a button icon or edit one to make your own

 

it really is simple once you have done it once! good luck!

Posted
A mediumly competent user of a keyboard could do that in less than three seconds. I cannot believe that anything else that depended on mouse movement would take less time. Perhaps speed is not of the essence.

 

There seems to be a trend that using the keyboard seems not to be considered a viable option. Perhaps it is not being taught any more, or perhaps there is damage to body parts :shock:

That seemed to be the case with my step brother. He was taking a CAD class and the teacher would not allow use of the command line for anything other than dimensional input. According to the teacher, nothing in the command line could be done as fast as using a button. I begged my step brother to let me sit in on the class with him, but he was young and didn't want me to embarass him hahahaha.
Posted

Oh man, I would have had a ball with that "teacher". Doofus ---> teacher

 

That seemed to be the case with my step brother. He was taking a CAD class and the teacher would not allow use of the command line for anything other than dimensional input. According to the teacher, nothing in the command line could be done as fast as using a button. I begged my step brother to let me sit in on the class with him, but he was young and didn't want me to embarass him hahahaha.
Posted
That seemed to be the case with my step brother. He was taking a CAD class and the teacher would not allow use of the command line for anything other than dimensional input. According to the teacher, nothing in the command line could be done as fast as using a button. I begged my step brother to let me sit in on the class with him, but he was young and didn't want me to embarass him hahahaha.

 

I prefer the command line in most cases. Most co-workers have their screen set up different (if not a different version all together) than mine, but they haven't bothered to change the commands. When you go over to help them, you are not looking for a misplaced button.

However, linking 4 or 5 tasks to a single click is "Working Smarter, Not Harder," in my book.

Posted

Agreed, the command line has been and always will be the fasted way to use Acad. Noobs and wanna-bes use icons the pros use commands.

Posted
If I knew how to write macros or scripts i would..I havent spent much time trying to learn to do so..But i think that might change....As for using the "-la" command and unlocking that way?....Too many key strokes. I think like 9....I'd like to get it down to 1 or 2 : )

 

Jessica28 - Are you still checking this thread? If so I will post a simple lisp routine and how to load it, etc. so you can get started down the road to more keyboard commands.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...