Open URL (Run http://...) with Firefox default browser

Report problems with documented functionality
naru41
Posts: 2
Joined: 25 Dec 2017, 19:35

Open URL (Run http://...) with Firefox default browser

25 Dec 2017, 19:51

Bugging behavior with Windows 10 + Firefox 57

For example:

Code: Select all

#+G::Run https://www.google.com
Press Windows Key + Shift + G to open Google web-site. However AHK script are temporary freeze. Any hot key doesn't work while next active-window focus change. And also input cursor is no focus to Google search input form.
naru41
Posts: 2
Joined: 25 Dec 2017, 19:35

Re: Open URL (Run http://...) with Firefox default browser

25 Dec 2017, 20:55

It bug happen Firefox window focused. I run below code to work correctly

Code: Select all

OpenURL(u) {
	WinActivate, Program Manager
	Run %u%
	return
}

#+G::OpenURL("https://www.google.com")

Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 42 guests