Skip to content

Instantly share code, notes, and snippets.

@jake9000
Created April 30, 2020 15:11
Show Gist options
  • Save jake9000/ae0be70515355831cc830cc075f7d9ab to your computer and use it in GitHub Desktop.
Save jake9000/ae0be70515355831cc830cc075f7d9ab to your computer and use it in GitHub Desktop.
autohotkey: paste into anything anytime
#F12::
SendRaw, %Clipboard%
Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment