Trying to create a line of code that opens the default web browser and launches a site using a Command

  Kiến thức lập trình

So currently i have a Hotkey command of CTRL + ALT + 2 that will fill in the web address bar or where every my stylist is pointing and put in the website that i want.

I am trying to make it more like a command that can launch the default browser and then open up the webpage for like a speed test link.

Any help would be appreciated, it’s not really a line of code so I’ll put it down below, hopefully that’s fine for the forums I’m still new here and trying to learn.

!^2::
SendInput, https://speed.cloudflare.com/
return

I have not really tried anything to make it more efficient.

LEAVE A COMMENT