Skip to content

This project offers an AutoHotkey script and executable for quick text copy-pasting using hotkeys. Press F1 to copy selected text and play a notification sound, or F2 to paste. Simplify your workflow with these hotkeys, available as an editable AutoHotkey script or a precompiled .exe for easy use.

License

Notifications You must be signed in to change notification settings

shuaib-code/copy_paste_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copy-Paste Helper Banner

Copy-Paste Helper Icon Copy Paste Helper

This AutoHotkey script simplifies copy-paste operations with custom keyboard shortcuts, providing instant feedback with sound notifications for a faster and more efficient workflow. 🚀


✨ Features

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 🎵


🏆 Why Use This Script?

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 🔧


🔧 How to Use

🟢 Method 1: Using the AutoHotkey Script (.ahk)

1️⃣ Install AutoHotkey

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 ▶️

🟢 Method 2: Using the PowerShell Script (.ps1)

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.

⚙️ How It Works

  • F1: Sends Ctrl+C (Copy) and plays a notification sound 🔊
  • F2: Sends Ctrl+V (Paste) 📋
  • Sound Feedback: Confirms successful copying ✅

🔄 Customization

🔹 Modify the .ahk file to change hotkeys or sound notifications ✏️
🔹 Compile the .ahk script into an .exe using AutoHotkey’s compiler 🛠


📜 License

This project is licensed under the MIT License. 📝


🙌 Acknowledgments

💡 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! 🚀

About

This project offers an AutoHotkey script and executable for quick text copy-pasting using hotkeys. Press F1 to copy selected text and play a notification sound, or F2 to paste. Simplify your workflow with these hotkeys, available as an editable AutoHotkey script or a precompiled .exe for easy use.

Resources

License

Stars

Watchers

Forks

Packages

No packages published