BACK TO PORTFOLIO
Copy Paste Helper Icon
// 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
Copy Paste Helper Banner Showcase

// 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)

  1. Install AutoHotkey on your Windows system.
  2. Download the project repository from GitHub.
  3. Right-click copy_paste_helper.ahk and select Run Script.