Created
May 17, 2024 20:21
-
-
Save peterthehan/00a347b75c1164598a7d7005e0ffb969 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NoEnv | |
SendMode Input | |
SetWorkingDir %A_ScriptDir% | |
#IfWinActive, ahk_exe chrome.exe | |
~LButton Up:: | |
Send, {Home} | |
Return | |
#IfWinActive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment