Skip to content

Instantly share code, notes, and snippets.

@cmaher
Created October 2, 2017 12:50
Show Gist options
  • Save cmaher/fbd5dfc28dcb401f01e3fcb907f257e5 to your computer and use it in GitHub Desktop.
Save cmaher/fbd5dfc28dcb401f01e3fcb907f257e5 to your computer and use it in GitHub Desktop.
AHK script for replacing hyper-summon with WSL
^`::
IfWinExist, Hyper
{
if WinActive("Hyper")
{
Send !{Escape}
}
else
{
WinActivate
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment