Skip to content

Instantly share code, notes, and snippets.

@JoeGlines
Created December 21, 2023 11:58
Show Gist options
  • Save JoeGlines/14b779c50c4e9627214f90ec890b6e7d to your computer and use it in GitHub Desktop.
Save JoeGlines/14b779c50c4e9627214f90ec890b6e7d to your computer and use it in GitHub Desktop.
#Requires AutoHotkey v1.1.33+
Clipboard:="11231 Josh 11-11-2023 Manager"
Clipboard:=StrReplace(Clipboard,"`t","`r`n")
send ^v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment