https://github.com/teliucs/copilot-key-fix
Linux script to remap the Copilot key and launch an AI assistant using Zenity and Llama 3.
https://github.com/teliucs/copilot-key-fix
ai copilot-key fedora
Last synced: 4 months ago
JSON representation
Linux script to remap the Copilot key and launch an AI assistant using Zenity and Llama 3.
- Host: GitHub
- URL: https://github.com/teliucs/copilot-key-fix
- Owner: teliucs
- Created: 2025-10-04T15:33:44.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-10-04T15:51:29.000Z (4 months ago)
- Last Synced: 2025-10-04T17:37:01.084Z (4 months ago)
- Topics: ai, copilot-key, fedora
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Copilot Key Fix
A tiny Linux helper that reclaims your Copilot key — and turns it into something useful.
Copilotctl remaps the **Copilot key** (found on newer laptops) to launch a small AI assistant
using **Zenity** and a Hugging Face model like **Meta Llama 3**.
(Tested only on Fedora)
---
## 🚀 Features
- Blocks or remaps the Copilot key
- Launches a lightweight AI popup (powered by Hugging Face)
- Uses `zenity` for GUI dialogs and `jq` for JSON parsing
- Works entirely locally except for API calls
---
## ⚙️ Installation
```bash
git clone https://github.com/teliucs/Copilotctl.git
cd Copilotclt
chmod +x copilotctl.sh