jmerch
11th Nov 2010, 11:13 pm
Is there a way for ACAD to recognize the Ctrl key in a LISP type script?
In a 3rd party program we use, they have a button for an action, and if you hold the Ctrl key then click the button, it performs the same action but slightly differently. I want to create my own command that does this so I don't have to hold the Ctrl key and click this button. I want to define a command that executes the routine of holding the Ctrl key and the command.
I was referred to the .NET section. I do not know anything about .net with ACAD so please go easy and simple :D
In a 3rd party program we use, they have a button for an action, and if you hold the Ctrl key then click the button, it performs the same action but slightly differently. I want to create my own command that does this so I don't have to hold the Ctrl key and click this button. I want to define a command that executes the routine of holding the Ctrl key and the command.
I was referred to the .NET section. I do not know anything about .net with ACAD so please go easy and simple :D