Jump to content

Recommended Posts

Posted

I want to asign this commadn to a keyboard but when I go to my customize dialog and list all the acad commands I cant find filter command anywhere :glare:

Help!

Posted

So you want to create a "hotkey" for invoking the command right?

 

Yes, FILTER is an AutoCAD command. You can also invoke it at the keyboard by typing the command alias which is FI.

Posted

What aboth just typing FF?

Can I change it to that?

Posted

In the help, look up ACADDOC.LSP and be sure you understand what the file does.

Then place this code in the file and you will have FF for the Filter command.

 

(defun C:FF () (command "FILTER"))

Posted

Why not just change the alias in the ACAD.pgp file? Use the FIND in Notepad to find it, its just under FILLET in 2010. :)

Posted

Geeze, I havn't used the PGP file in so long I forgot all about it. That's probally where his FI is getting set. Yea, change it to FF.

I do all my custom stuff in an old style ACAD.lsp file, cause I'm old style, I guess...

 

EDIT:

Curiousoty got to me and I went looking for my ACAD.PGP file. Man - It's deep deep deep under cover!

C:\Documents and Settings\clark\Application Data\Autodesk\Autodesk Land Desktop 2006\R16.2\enu\Support

 

Now thats called hiding the file. But yea, FI = Filter was in there and it does work. Change it to FF.

Posted

you could always use the aliasedit command...

 

funny i just posted this to tips and tricks

Posted

Naa, that's too easy. I gotta search the whole stinkin ACAD folders for the file, then open it in notepad.....I might as well have been in DOS and opened it in EDlin. Getting old sucks. Nice tips guys. Thanks.

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...