A Windows desktop tool for pasting prompt templates with global hotkeys. Assign a keyboard shortcut to a template, press it anywhere on Windows, and the processed text is pasted instantly. Built with WPF and .NET 8, runs natively on Windows 10 and later.
- Go to the Releases page
- Download
QuickPromptPaste.exe - Run the executable — no installation required
Portable and self-contained. No .NET runtime needed.
- Define a prompt template and assign a hotkey (e.g.
Ctrl + Q) - Press the hotkey from any Windows application
- Variables in the template are replaced with live values
- The result is pasted into the active window
| Variable | Replaced With | Example |
|---|---|---|
%clipboard% |
Current clipboard content | (whatever you copied) |
%date% |
Current date | 2025-06-15 |
%time% |
Current time | 14:30:45 |
Example templates:
Review this code from %date%:
%clipboard%
Run parallel sub agents. Format should be: %clipboard%
- Add — Fill in the hotkey, title, and prompt, then click Add
- Replace — Select a row, edit the fields, click Replace
- Delete — Select a row, click Delete
- Settings — Toggle "Minimize to tray on close", open config folder
Configuration is stored as JSON files (config.json, settings.json) in the application directory.
- Modifiers: Ctrl, Alt, Shift, Ctrl+Alt, Ctrl+Shift, Alt+Shift
- Keys: A–Z, 0–9, F1–F12
Hotkeys are registered system-wide through the Windows API and work across all Windows applications.
This project is licensed under the MIT License.
