You are on page 1of 1

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey r

eleases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reli
ability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
~`::
click Down left
keywait ~`
click Up left
return

You might also like