Created
December 12, 2015 19:15
-
-
Save dajo/7905f1be475d65abf7ef to your computer and use it in GitHub Desktop.
trivial script to wrap clipboard in quotation marks then paste it
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
^!z:: | |
ClipBoard = "%ClipBoard%" | |
Send ^v | |
Return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment