Skip to content

Instantly share code, notes, and snippets.

@DerEnderKeks
Created August 3, 2018 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DerEnderKeks/b20c2aa4415ff4cd04f7bc7a597e5fdc to your computer and use it in GitHub Desktop.
Save DerEnderKeks/b20c2aa4415ff4cd04f7bc7a597e5fdc to your computer and use it in GitHub Desktop.
Replace ^^,`` and `` with a single one of them
#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