Search found 2 matches

by motorcycleman4701
24 Jul 2017, 10:07
Forum: Scripts and Functions (v1)
Topic: MS Edge - Switch to new tab when created
Replies: 1
Views: 787

Re: MS Edge - Switch to new tab when created

Hold Cntrl Key and click and will switch to newly opened tab immediately

; Switch to new Tab Immediately
~^LButton::
Sleep 500
SendInput, ^{Tab}
return
by motorcycleman4701
24 Jul 2017, 10:01
Forum: Scripts and Functions (v1)
Topic: MS Edge - Switch to new tab when created
Replies: 1
Views: 787

MS Edge - Switch to new tab when created

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

Go to advanced search