Skip to content

Instantly share code, notes, and snippets.

@ldiebold
Created April 9, 2018 23:52
Show Gist options
  • Save ldiebold/d0ff2e1b63721eccf37a5bf7e2bc69aa to your computer and use it in GitHub Desktop.
Save ldiebold/d0ff2e1b63721eccf37a5bf7e2bc69aa to your computer and use it in GitHub Desktop.
^+!c::
if WinExist("ahk_exe chrome.exe")
WinActivate, ahk_exe chrome.exe
else
Run, chrome.exe
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment