v3.0 very early (aka Jarvis update)
This commit is contained in:
parent
e456d647db
commit
e2903467f2
147 changed files with 561 additions and 28 deletions
6
custom-commands/Run youtube.ahk
Normal file
6
custom-commands/Run youtube.ahk
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
|
||||
; #Warn ; Enable warnings to assist with detecting common errors.
|
||||
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
|
||||
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
|
||||
|
||||
Run C:/Program Files (x86)/Google/Chrome/Application/chrome.exe "https://youtube.com"
|
||||
Loading…
Add table
Add a link
Reference in a new issue