Page 1 of 1

Disable , for Erase Last Entity/Group

PostPosted: Fri Nov 16, 2018 1:09 pm
by joshhuggins
Is there a way to disable the comma key to disable the Erase Last Entity function? I tried removing it in the dcadwin.msg file but it is still active. Below is my current 1141 and 1142 lines for reference.
Code: Select all140| npozud ,   \+Qq=s/x h`~| _Ww jkKMcregalV;: !@#$%^&*()b{ []'"   yJfi }ª
141| NPOZUD ,   \+qQ=S/X H`~| _wW jkKmCREGALv;: !@#$%^&*()B{ []'"   YJFI }ª

Re: Disable , for Erase Last Entity/Group

PostPosted: Fri Nov 16, 2018 2:22 pm
by David A. Giesselman
Josh,

Just replace the "," (comma character) with an extended character like "¿" (character 168). Remember to replace it on both lines.

Re: Disable , for Erase Last Entity/Group

PostPosted: Fri Nov 16, 2018 2:33 pm
by joshhuggins
I don't know what I did earlier but looking at my post above I just saw that the comma was back in the lines. I replaced it with a space and it worked fine. I must have did an undo or something before testing. Thanks Dave.