christianrondeau / ClickPaste

Windows 10 notification area app in C# that can paste clipboard contents as keystrokes to whatever location you click.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClickPaste

Windows 10 notification area app in C# that can paste clipboard contents as keystrokes to whatever location you click.

Starting

  • Launch ClickToPaste.exe, or put it in your Startup folder.
  • If you intend to paste onto windows of UAC-elevated processes, you need ClickPaste.exe to be running UAC-elevated as well. You can do this by making a shortcut and setting its properties to "Run as Administrator"

How to run as administrator

Usage

First of course, you need to have some text in your clipboard. Then:

  1. Click the target notification icon to begin:

Click to choose a target

  1. Click to choose a location you want to paste the text:

Click to choose a location to paste

  1. Your clipboard contents should be typed as keystrokes onto the window you selected:

Your clipboard is typed as keystrokes onto the window you selected

Stopping

  • Right-click the notification icon and select Exit.

How to exit

Download

About

Windows 10 notification area app in C# that can paste clipboard contents as keystrokes to whatever location you click.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C# 70.4%Language:HTML 25.7%Language:Batchfile 3.9%