See the top rated post in this thread. Click here

Results 1 to 6 of 6

Thread: My delete key doesn't work in Autocad

  1. #1
    Member
    Join Date
    2005-08
    Posts
    5
    Login to Give a bone
    0

    Default My delete key doesn't work in Autocad

    Whenever I pick an object in Autocad 2005 and hit delete, it doesn't delete. The erase command works but I much rather use delete. Also, whenever I choose an object and try to change its color, it won't change color. I already have the Acad 2005 service pack and I even tried to reinstall 2005 using the cd from Autodesk (none of that works). Any answers to this problem??

    Thanks,
    Matt D.

  2. #2
    Certified AUGI Addict jaberwok's Avatar
    Join Date
    2000-12
    Location
    0,0,0 The Origin
    Posts
    8,570
    Login to Give a bone
    0

    Default Re: My delete key doesn't work in Autocad

    Is your variable Pickfirst set to 1 ?

  3. #3
    Member
    Join Date
    2005-08
    Posts
    5
    Login to Give a bone
    0

    Default Re: My delete key doesn't work in Autocad

    Wow! I've never heard of that variable. I can't thank you enough - you just made my day!

    Thank you, thank you, thank you!

  4. #4
    Woo! Hoo! my 1st post
    Join Date
    2012-12
    Posts
    1
    Login to Give a bone
    0

    Default Re: My delete key doesn't work in Autocad

    I was about to have a meltdown. jaberwok you seriously saved my sanity. ALSO this fixes the "spacebar not working" issue.

    please excuse the tags that I am about to add, but they are all needed to help with the google search

    spacebar not working double enter del button broken delete spacebar as enter space bar Autocad 2012 2011 r13 r14

    (ACAD 2011 happened after a fatal error)

  5. #5
    I could stop if I wanted to
    Join Date
    2015-10
    Location
    Colorado Springs, CO
    Posts
    369
    Login to Give a bone
    1

    Default Re: My delete key doesn't work in Autocad

    Zach,
    If your autocad lost pickfirst during a crash, in my experience it likely lost other variables. I use my acaddoc.lsp to set all pertinent variables due to this happening a few times over the years.

    Not all of these have been reset by crashes, but this is what I include in our company acaddoc.lsp.

    Code:
    (setvar "FRAME" 2)
    
    (setvar "IMAGEFRAME" 2)
    
    (setvar "PLINEWID" 0)
    
    (setvar "PLINEGEN" 1)
    
    (setvar "PICKFIRST" 1)
    
    (setvar "ATTREQ" 1)
    
    (setvar "ATTDIA" 1)
    
    (setvar "PEDITACCEPT" 1)
    
    (setvar "ATTIPE" 1)
    
    (setvar "SAVETIME" 10)

  6. #6
    All AUGI, all the time
    Join Date
    2016-02
    Location
    Sydney, Australia
    Posts
    512
    Login to Give a bone
    0

    Default Re: My delete key doesn't work in Autocad

    Don't forget dimlfac, expert, and blipmode system variables....

Similar Threads

  1. 2014: Delete Key doesn't work on my Mac Book Pro in AutoCAD 2014
    By LemonTree in forum AutoCAD for Mac General
    Replies: 4
    Last Post: 2017-02-18, 06:28 AM
  2. 2014: Delete Key doesn't work on my Mac Book Pro in AutoCAD 2014
    By LemonTree in forum AutoCAD General
    Replies: 2
    Last Post: 2013-11-15, 03:04 PM
  3. AutoCAD 2008 Informatin Center doesn't work
    By lvsuccess in forum AutoCAD General
    Replies: 2
    Last Post: 2008-10-05, 02:41 AM
  4. Delete key doesn't work!
    By iainslie in forum AutoCAD General
    Replies: 7
    Last Post: 2006-11-01, 06:19 PM
  5. AutoCAD LT 2006 - 'Create tool palette' doesn't work?
    By bosso in forum AutoCAD LT - General
    Replies: 1
    Last Post: 2006-08-13, 02:49 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •