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.
- Host: GitHub
- URL: https://github.com/shuaib-code/copy_paste_helper
- Owner: shuaib-code
- License: mit
- Created: 2024-12-04T09:32:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-20T17:59:57.000Z (over 1 year ago)
- Last Synced: 2025-02-07T08:34:47.189Z (over 1 year ago)
- Language: PowerShell
- Size: 677 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

#
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!** π