×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Favorite Command/Shortcut

Favorite Command/Shortcut

Favorite Command/Shortcut

(OP)
Everyone has a favorite shortcut. what's yours?

if you have several go ahead and list them. also if you created your own hotkeys u can list them also as someone else may benefit from it.

My favorites:

-Layout Scrolling: Ctrl + Page Up/down
-Clean workplace: Ctrl + 0
-Match Properties: Ctrl + M

RE: Favorite Command/Shortcut

I had to add the shortcuts to .pgp, they weren't there.

TT = _TXT2MTXT = Convert single line text (yucky!) to Mtext.  Use it constantly.

LD =  LWDisplay = Makes lineweight appear as they will plot.  By default, it is OFF, I always turn it ON.

Remember: The Chinese ideogram for “crisis” is comprised of the characters for “danger” and “opportunity.”
-Steve

RE: Favorite Command/Shortcut

(OP)
LWdisplay in paper space. works good, lets you see what your plot style will look like before you print.  neat.

RE: Favorite Command/Shortcut

tr - trim
ex - extend
z e - zoom extents
Ctrl+Shift+c - copy with basepoint
l - line
pl - polyline
pe - edit polyline

not exactly in that order

And the good oldie middle mouse button-wheel combo for panning and zooming

Regards
h79

RE: Favorite Command/Shortcut

Ctrl+P = Print
Shift+P = select previous
Right-click mouse = repeat last command or enter

Thanks
SC

RE: Favorite Command/Shortcut

refedit
refclose

RE: Favorite Command/Shortcut

id - identifies properties of a chosen point
pe - polyline edit
bh - boundary hatch

RE: Favorite Command/Shortcut

Put this in your accaddoc.lsp file

(defun C:J (/ FR)
  (setq FR (getvar "FILLETRAD"))
   (setvar "FILLETRAD" 0)
    (prompt "Select two lines to join: ")
  (command "FILLET" pause pause)
  (setvar "FILLETRAD" FR)
    (princ)
)

RE: Favorite Command/Shortcut

(OP)
^and... what does that do?  :]

RE: Favorite Command/Shortcut

Hoyas79 has us all beat - NOTHING is better than "the good oldie middle mouse button-wheel combo for panning and zooming"

Although Double-click automatic text editting is very cool.

And who can forget that, since R2000, the ability to select a VP and pick a scale out of a pull-down window?  No more drawing lines in Model 1.000 feet long, switching to PS and Zooming

Remember: The Chinese ideogram for “crisis” is comprised of the characters for “danger” and “opportunity.”
-Steve

RE: Favorite Command/Shortcut

(OP)
lha (Civil/Environme) 22 Jul 05 9:54  
I had to add the shortcuts to .pgp, they weren't there.

TT = _TXT2MTXT = Convert single line text (yucky!) to Mtext.  Use it constantly.

LD =  LWDisplay = Makes lineweight appear as they will plot.  By default, it is OFF, I always turn it ON.  


Lha:

Can you please enlighten us on how to go about doing something like adding shortcuts to the PGP file?

i have two i would like to shortcut as they currently only can be used hitting the GUI buttons and im ready to shortcut them: Revcloud and PSLTSCALE, also 'stretch multiple entities' from the Express Menu.

a tutorial would be cool. :D

RE: Favorite Command/Shortcut

Quote (Bloodwig80):

Can you please enlighten us on how to go about doing something like adding shortcuts to the PGP file?

i have two i would like to shortcut as they currently only can be used hitting the GUI buttons and im ready to shortcut them: Revcloud and PSLTSCALE, also 'stretch multiple entities' from the Express Menu.

You do not have to modify any file manually because you have the Express menu.  Just enter "aliasedit" at the command line to modify the command aliases.

Flores

RE: Favorite Command/Shortcut

(OP)
thanks flores it worked great!

RE: Favorite Command/Shortcut

al   "Align"    This command allows you to move, rotate, and scale any object regardless of the present UCS. You just pick source and destination points.

RE: Favorite Command/Shortcut

This may not be a shortcut you type in, but whenever you have an entity, or entities, highlighted (blue grips), instead of hitting the escape button to deselect them, just pick one of the higlighted items and hold it down for 2 seconds, and they are all deselected.

Flores

RE: Favorite Command/Shortcut

To turn all layers off except the current layer.
(DEFUN C:LO nil (COMMAND "LAYER" "OFF" "*" ""))

Then conversely this will turn all but frozen on
(DEFUN C:OL nil (COMMAND "LAYER" "ON" "*" ""))

Tracking (shortcut tk) however, has become my current favorite.

RE: Favorite Command/Shortcut

Thanks to another thread, I wish to change my favorite...

When you go to select all the lines to trim, hit F for Fence.  Select a crossing across all the lines to Trim or Extend, instead of picking each object separately.  The fence command will work whenever AutoCAD asks for objects, regardless of which command is active.

Remember: The Chinese ideogram for “crisis” is comprised of the characters for “danger” and “opportunity.”
-Steve

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources