11-20-2022 01:11 AM
I use alt+3(defined by AHK) to open google.com, if I hit this shortcut key twice in a row, Firefox loss focus; but this problem did not appear when I use Edge or Chrome Or any Browser else...
I'm confused about this strange problem.
11-20-2022 10:25 PM
Does the script simply send a URL to Windows to open in the default browser, or does it try to focus the window, too?
11-25-2022 06:50 AM
The script is as follows:
!3::run https://www.google.com/
It simply send a URL, and edge or chrome is ok, only firefox has a problem.