I use a custom Contextual Shortcut Menu for inserting blocks into my drawings. In AutoCAD LT, I could insert specific blocks multiple times at different locations (without having to define attributes - X, Y, Angle) before cancelling.
The following is the command that I used in AutoCAD LT: *^C^CINSERT SPL \\;;;
With this command, I would just have to select the insertion point for the block until I was done using it.
In Draftsight, I tried multiple variants of the following commands, including using the repeat command:
*^C^C-INSERT C:\\AUTOCAD\\BLOCKS\\SPL.DWG;\\;;;
*^C^C-INSERTBLOCK C:\\AUTOCAD\\BLOCKS\\SPL.DWG;\\;;;
I have settled for the following command and selecting the block from my shortcut menu or toolbar each time i want to insert it:
^C^C-INSERTBLOCK C:\\AUTOCAD\\BLOCKS\\SPL.DWG;\\;;;\\;^C
Can anyone help me with the command to insert a specific block multiple times in a drawing without having to define the X Scale, Y Scale, or Angle each time I select the insertion point?
