Skip to content

Instantly share code, notes, and snippets.

@KeyC0de
Created November 21, 2020 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KeyC0de/6f9f5d928b7d72810b867aa24585c3f3 to your computer and use it in GitHub Desktop.
Save KeyC0de/6f9f5d928b7d72810b867aa24585c3f3 to your computer and use it in GitHub Desktop.
^g:: ; Text–only paste from ClipBoard
Clip0 = %ClipBoardAll%
ClipBoard = %ClipBoard% ; Convert to text
Send ^v ; For best compatibility: SendPlay
Sleep 50 ; Don't change clipboard while it is pasted!
ClipBoard = %Clip0% ; Restore original ClipBoard
VarSetCapacity(Clip0, 0) ; Free memory
Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment