Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Collective-Software/ClickPaste
Windows 10 notification area app in C# that can paste clipboard contents as keystrokes to whatever location you click.
https://github.com/Collective-Software/ClickPaste
Last synced: 5 days ago
JSON representation
Windows 10 notification area app in C# that can paste clipboard contents as keystrokes to whatever location you click.
- Host: GitHub
- URL: https://github.com/Collective-Software/ClickPaste
- Owner: Collective-Software
- License: bsd-3-clause
- Created: 2020-04-18T20:52:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T15:34:04.000Z (5 months ago)
- Last Synced: 2024-08-01T16:16:52.648Z (3 months ago)
- Language: C#
- Size: 599 KB
- Stars: 382
- Watchers: 10
- Forks: 29
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ClickPaste
Windows 10/11 notification area app in C# that can paste clipboard contents as keystrokes to whatever location you click.## Starting
* Launch ClickPaste.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](./doc/RunAsAdmin.png)
## 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](./doc/ClickToTarget.png)
2. Click to choose a location you want to paste the text:
![Click to choose a location to paste](./doc/ClickToPaste.png)
3. Your clipboard contents should be typed as keystrokes onto the window you selected:![Your clipboard is typed as keystrokes onto the window you selected](./doc/Pasted.png)
## Settings
Right-click the notification icon and select Settings.
* You can change between key typing modes,
* Set how much delay there is between keystrokes,
* Configure what "hot key" combination will invoke the target selector to pick a paste location. Clear the key textbox with delete or backspace if you wish to have *no* hotkey.![How to change settings](./doc/RightClickForSettings.png)
![Settings dialog](./doc/Settings.png)## Stopping
* Right-click the notification icon and select Exit.
![How to exit](./doc/RightClickToExit.png)
## Download* [Go to Releases page](../../releases/latest)