Created
August 3, 2018 17:14
-
-
Save DerEnderKeks/b20c2aa4415ff4cd04f7bc7a597e5fdc to your computer and use it in GitHub Desktop.
Replace ^^,`` and `` with a single one of them
This file contains 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 | |
#SingleInstance, force | |
SendMode Input | |
SetWorkingDir %A_ScriptDir% | |
:*B0:^^:: | |
SendInput, {bs} | |
return | |
:*B0:``:: | |
SendInput, {bs} | |
return | |
:*B0:´´:: | |
SendInput, {bs} | |
return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment