Page 1 of 1

MS Edge - Switch to new tab when created

Posted: 24 Jul 2017, 10:01
by motorcycleman4701
; Switch to new Tab Immediately
~^LButton::
Sleep 500
SendInput, ^{Tab}
return

Re: MS Edge - Switch to new tab when created

Posted: 24 Jul 2017, 10:07
by motorcycleman4701
Hold Cntrl Key and click and will switch to newly opened tab immediately

; Switch to new Tab Immediately
~^LButton::
Sleep 500
SendInput, ^{Tab}
return