Quick Text Pasting Windows App (Because I’m a Lazy Ass)


This is probably useless for everyone, but I couldn’t find anything on the interwebs that did what I needed, so I had to write a program to do it myself.

Basically, I have a string of text that I need to paste over and over throughout the day. I always copy this text to my clipboard, but over the course of the day, I work with a lot of images and those end up copied to my clipboard – not the string of text I need. Then I have to go back into notepad and copy it all over again, which wastes a good 15 seconds. Fuck that noise. It takes too long. I want to be able to do this with hotkeys.

So I fired up VB.NET because that’s what lazy fuckers do. I haven’t written a Windows program since 2006 when shitty assed VB6 was all the rage and .NET is different, but whatever. I can figure anything out.

So what does this thing do? You enter text in the box of the app and minimize it. The program registers a global Windows hotkey (Control Alt Z) which will copy the text from the box to the clipboard. “Well that’s damnuseless… What a stupid assed program” Nope. It saves me time from stopping what I’m doing to find the original data and manually recopy. So even if I copied something else to my clipboard, all I have to do is hit Control-Alt-Z then Control-V and BAM my original data is pasted again. #winning

Download here
(This might need .NET 4 libraries to run, but I have no clue)