A utility for pasting text from the clipboard by simulating physical key presses (Ctrl + Shift + V) written in C#. Required .NET 10 to be installed.
Created because I needed to paste text into RDP.
dotnet publish -c Release -r win-x64 --self-contained false -p:PublishSingleFile=true
There is also a C++ version of the project that does not require any dependencies, but was made using Claude.