This AutoHotkey script utilizes the OpenAI API to perform text processing tasks like fixing spelling mistakes and translation. It provides a convenient way to interact with the OpenAI API through simple hotkeys. 🚀
Tested on AutoHotkey version 1.1.36.02. ✔️
- Clone the repository using the following command:
git clone https://github.com/dtwarogpl/AutoHotkey-menu.git
- Open the downloaded folder containing the script files.
- Run the
menu.ahk
file with AutoHotkey. - On first run, the script will prompt you to enter your OpenAI API key. Enter it and save. 🔑
- Ask GPT: Pass text to gpt and paste the answer.
- Fix Spelling: Correct spelling mistakes in copied text.
- Translate: Translate the copied text to Polish or English based on the source text. 🌍
Create Custom Features: You can easily create your own custom features by exploring the script
- Press
Ctrl+D
to trigger the menu at the mouse cursor position. - Select either "Fix spelling" or "Translate" from the menu for the respective action.
- Follow the instructions provided in the prompt for each action. 📝
Please make sure to respect the OpenAI API usage policies and guidelines when using this script. 🤖
Enjoy enhancing your text processing workflow with OpenAI and AutoHotkey! 🎉