Skip to content

Instantly share code, notes, and snippets.

@jaywick
Created May 26, 2016 02:05
Show Gist options
  • Save jaywick/3786b33ee1ae4f90fdebc8610b34f395 to your computer and use it in GitHub Desktop.
Save jaywick/3786b33ee1ae4f90fdebc8610b34f395 to your computer and use it in GitHub Desktop.
Win + S to start Snipping Tool in snipping mode
#s::
Run C:\Windows\Sysnative\SnippingTool.exe,,,processId
WinWait, ahk_pid %processId%
WinActivate, ahk_pid %processId%
SendInput ^n
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment