2014-02-12
12:21 AM
- last edited on
2023-05-24
09:04 AM
by
Rubia Torres

2014-02-12 03:11 AM
2014-02-12 08:36 AM
2014-02-12 04:41 PM
2014-02-12 05:00 PM
2014-02-13 01:54 AM
^!u:: ; this one programs the cursor to move up
Click
Loop, 5 ; this enters the 'Cumulative Distance' field
{
Send, {Tab}
Sleep, 200 ; The sleep pauses the script for an amount of time as to accommodate for ArchiCAD. I set it to 0.2 seconds just in case my computer laggs.
Send, ^c ; Copy that distance
Sleep, 200
Send, y ; If it's a left or right corner it should be "Send, x"
Sleep, 200
Send, 6' ; the distance you want the cursor to jump, measured from the starting point
Send, {+} ; move the cursor 6' up
Sleep, 200
Send, ^v
Sleep, 200
Send, {-}{-} ; move it a distance down. this distance measured from the starting point to the corner.
Send, {Esc}
Send, {Esc} ; Exits the measurement, now you can place electrical components.
return
See attached image as well.