An open API service indexing awesome lists of open source software.

https://github.com/shuaib-code/copy_paste_helper

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.
https://github.com/shuaib-code/copy_paste_helper

Last synced: 8 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

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**

- [Download AutoHotkey](https://www.autohotkey.com/) 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** ▢️

---

### 🟒 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:
```powershell
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](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!** πŸš€