Skip to content

Instantly share code, notes, and snippets.

@0x4a
Created November 23, 2014 01:28
Show Gist options
  • Save 0x4a/7c7f0d150184fe4e6089 to your computer and use it in GitHub Desktop.
Save 0x4a/7c7f0d150184fe4e6089 to your computer and use it in GitHub Desktop.
^c::
Clipboard = ; Purge Clipboard content
Send ^{Ins} ; Send the Ctrl+Insert command
ClipWait ; Wait till data is present in the Clipboard
Clipboard = %clipboard% ;remove formatting
Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment