KeyPaste is a simple tray-icon application to copy & paste clipboard text by simulating keyboard input. It can be useful e.g. if you're using a virtual machine and would like to copy & paste text from the host machine.
Pre-built binaries can be found inside Releases section.
KeyPaste can built by opening solution file KeyPaste.sln in Visual Studio and clicking Build
→Build Solution
from the menu.
Alternatively, you can use MSBuild from the command line:
%windir%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe KeyPaste.sln
KeyPaste is licensed under the MIT License.