Can we put key commands (eg. c
Can we put key commands into lisp, to activate it, for it to work?ctrl (control key)
alt (alternate Key)
shift (shift key)
If possible, how would the code for this key commands look like in the lisp?
Thanks You cannot define such shortcuts directly by AutoLISP code, but you may solve this by editing the menu definition (check CUI command) and/or the acad.pgp file. If your trying to do a Ctrl+ action you should be able to replicate it in lisp what is it your trying to do ?
basically to activiate a lisp command.
eg.
Pressing & holding "ctrl" key + "test"
Not sure what to write in the command
Can you elaborate?
页:
[1]