Created
December 21, 2023 11:58
-
-
Save JoeGlines/14b779c50c4e9627214f90ec890b6e7d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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