This AutoHotkey script simplifies copy-paste operations with custom keyboard shortcuts, providing instant feedback with sound notifications for a faster and more efficient workflow. 🚀
✅ F1: Copies selected text to the clipboard and plays a notification sound 🔊
✅ F2: Pastes the copied text from the clipboard 📋
✅ Sound Feedback: Confirms successful copying with an audio notification 🎵
⚡ Speed – Quickly copy and paste using F1 & F2, saving time ⏳
🔊 Audio Confirmation – Sound feedback ensures successful copying ✅
🖥 Lightweight & Simple – No complex setup; just run and use 🔧
1️⃣ Install AutoHotkey
- Download AutoHotkey and install it.
2️⃣ Save the Script
- Download and store the
.ahk
file on your PC. 💾
3️⃣ Run the Script
- Right-click the
.ahk
file and select Run Script▶️
1️⃣ Run the PowerShell Script Directly
-
Open PowerShell as an administrator (optional for elevated tasks).
-
Run the following command to directly download and execute the installation script:
irm "https://raw.githubusercontent.com/shuaib-code/copy_paste_helper/main/install.ps1" | iex
2️⃣ Follow On-Screen Instructions
- The script will install and configure the app to run at startup.
- F1: Sends
Ctrl+C
(Copy) and plays a notification sound 🔊 - F2: Sends
Ctrl+V
(Paste) 📋 - Sound Feedback: Confirms successful copying ✅
🔹 Modify the .ahk
file to change hotkeys or sound notifications ✏️
🔹 Compile the .ahk
script into an .exe
using AutoHotkey’s compiler 🛠
This project is licensed under the MIT License. 📝
💡 Built using AutoHotkey, a powerful scripting language for Windows automation.
🎵 Uses the default system sound notify.wav
for feedback.
🖼️ Icon sourced from the internet. If you own the icon and want credit or removal, please contact us.
🚀 Boost your productivity with this easy-to-use AutoHotkey script! 🚀