Created
August 6, 2022 11:29
-
-
Save JoeGlines/4e3aa7c2189041f443b1c006e79329e1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#IfwinActive, Messaging | LinkedIn - Google Chrome | |
::smsg:: | |
clipboardOld:=ClipboardAll | |
Clipboard:="Send Hello,`nThanks for reaching out and connecting. " | |
. "I am always happy to make new connections here on LinkedIn. " | |
. "Although, I find sales messages a bit intrusive and drain my valuable time." | |
. "So, I am delighted to stay connected, but any more sales messages will, unfortunately, " | |
. "result in me blocking you.`n`nThanks`nMatthew" | |
send ^v | |
sleep, 100 ;always pause after pasting and before restoring clipbooard | |
ClipBoard:=ClipboardOld ;Restore Clipboard | |
return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can't wait to try this. I am always looking for LinkedIn tips & tricks!