Skip to content

Instantly share code, notes, and snippets.

@0racle
Created August 8, 2016 03:07
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 0racle/17af0ddf8707233b83b252ac6dd846c8 to your computer and use it in GitHub Desktop.
Save 0racle/17af0ddf8707233b83b252ac6dd846c8 to your computer and use it in GitHub Desktop.
#If WinActive("ahk_class VanDyke Software - SecureCRT") || WinActive("ahk_class PuTTY")

; KEY MAPS

#IfWinActive

or...

GroupAdd TerminalGroup, ahk_class VanDyke Software - SecureCRT
GroupAdd TerminalGroup, ahk_class PuTTY

#IfWinActive ahk_group TerminalGroup

; KEY MAPS

#IfWinActive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment