Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 517 Bytes

File metadata and controls

14 lines (9 loc) · 517 Bytes

PasteViaKeySimulation

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.

Build

dotnet publish -c Release -r win-x64 --self-contained false -p:PublishSingleFile=true

C++ version

There is also a C++ version of the project that does not require any dependencies, but was made using Claude.