Skip to content

Instantly share code, notes, and snippets.

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