Butch Posted March 16, 2010 Posted March 16, 2010 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 Help! Quote
ReMark Posted March 16, 2010 Posted March 16, 2010 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. Quote
Butch Posted March 16, 2010 Author Posted March 16, 2010 What aboth just typing FF? Can I change it to that? Quote
Arizona Posted March 17, 2010 Posted March 17, 2010 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")) Quote
Lee Mac Posted March 17, 2010 Posted March 17, 2010 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. Quote
Arizona Posted March 17, 2010 Posted March 17, 2010 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. Quote
todouble22 Posted March 17, 2010 Posted March 17, 2010 you could always use the aliasedit command... funny i just posted this to tips and tricks Quote
Lee Mac Posted March 17, 2010 Posted March 17, 2010 Or Tools > Customise > Edit Program Parameters Quote
Arizona Posted March 18, 2010 Posted March 18, 2010 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. Quote
Recommended Posts
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.