Skip to content

Instantly share code, notes, and snippets.

@jc-torresp
Created September 21, 2019 03:53
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 jc-torresp/be33357ad8a097a67f3346bca6c0f1e7 to your computer and use it in GitHub Desktop.
Save jc-torresp/be33357ad8a097a67f3346bca6c0f1e7 to your computer and use it in GitHub Desktop.
AutoHotkey script to copy the ahk_class of the Active Window to clipboard
; Hotkey = Win + 1
#1::WinGetClass, Clipboard, A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment