Welcome to Hotkeys for Devs - an efficient and customizable desktop application designed to help developers quickly insert custom snippets using hotkeys. 🚀
- 📚 Customizable Code Snippets: Easily configure your Code snippets.
- 🔥 Hotkey Integration: Assign hotkeys for quick snippet insertion.
- ⚙️ System Tray Integration: Access configuration and about options from the system tray.
- 🖼️ User-Friendly UI: Simple and intuitive interface for managing snippets.
- Clone the repository:
git clone https://github.com/killyvera/hotkeys.git cd hotkeys-for-devs - Install dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
- Explore the system tray icon:
- Right-click on the system tray icon to access "Config" Options and "About".
- Configure hotkeys and manage Code snippets as needed.
- Use Ctrl + Alt + Num|0-9| to use your custom text snippets.
- Initial Setup: Customize Code snippets and their associated hotkeys in the
snippets.jsonfile. - System Tray Configuration: Learn how menu options are configured in
tray_icon.py.
- Fork the repository, make your improvements, and submit a pull request.
- Follow project contribution guidelines and coding style.
This project is licensed under the MIT License.
- Developed & Logo designed by killy
For issues, suggestions, or feedback, reach out to david.esmeralda@gmail.com.
Thank you for using Hotkeys for Devs! Happy coding! ✨

