In MS Edge (chromium) latest version for me the new code is not working
Send ^l^c
SetKeyDelay, 100
Send ^w^n^v{enter}
SetKeyDelay, -1
sleep 500
SnapActiveWindow(winPlaceVertical, winPlaceHorizontal, winSizeHeight)
It seems the key-point is the delay between ^l and ^c.
For me the following works
Send ^l
Send ^c
Send ^w^n^v{enter}
sleep 500
SnapActiveWindow(winPlaceVertical, winPlaceHorizontal, winSizeHeight)