Beginner Issue

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
stin2323

Beginner Issue

21 Jun 2017, 22:02

Hey there,

I am brand new here and for the life of me cannot figure this out. The first command works, and opens Youtube when pressed. The second one, however, does not. I have changed the hotkey combination and the URL. Thanks in advance!

Code: Select all

;Youtube
#y::
{
	run "https://www.youtube.com/"
	Return
}

;Twitch
+t::
{
	run "https://www.reddit.com"
	Return
}
User avatar
Xtra
Posts: 2750
Joined: 02 Oct 2015, 12:15

Re: Beginner Issue

22 Jun 2017, 01:28

Seems to work fine here.

You can shorten it down to:

Code: Select all

+t::run "https://www.reddit.com"

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: No registered users and 248 guests