BACK TO PORTFOLIO


// Windows Automation
Copy Paste Helper
An efficient AutoHotkey & PowerShell productivity script for Windows that simplifies copy-paste workflows with instant hotkeys (F1/F2) and audio feedback.
AutoHotkeyPowerShellWindowsProductivityScripting

// CORE CAPABILITIES
F1
INSTANT COPY
Triggers standard copy operations instantly and emits an audio confirmation tone.
F2
INSTANT PASTE
Pastes content from your system clipboard directly without awkward multi-key combinations.
AUDIO FEEDBACK
Confirms successful clipboard operations with standard system notification audio.
QUICK INSTALLATION & USE
METHOD 1: ONE-LINE POWERSHELL INSTALL (RECOMMENDED)
Open PowerShell and run this command to download, configure, and register startup permissions automatically:
METHOD 2: AUTOHOTKEY SCRIPT (.AHK)
- Install AutoHotkey on your Windows system.
- Download the project repository from GitHub.
- Right-click
copy_paste_helper.ahkand select Run Script.