Created
May 26, 2016 02:05
-
-
Save jaywick/3786b33ee1ae4f90fdebc8610b34f395 to your computer and use it in GitHub Desktop.
Win + S to start Snipping Tool in snipping mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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