This script copies a selected fragment of the source segment to the end of the target segment.
Press Alt and click the left mouse button to activate
;Copy source fragment to target
!LButton::
Send ^c
Sleep 400
Send {F6}
Sleep 200
Send ^{PgDn}
Sleep 200
Send ^v
Return