A customizable radial menu for Windows shortcuts and programs, inspired by GTA V's radial menu.
- Radial menu activated by mouse button (default: Mouse Button 5)
- Customizable shortcuts for programs and keyboard combinations
- Transparent overlay
- Background operation (no taskbar icon)
- Low CPU usage when idle
- Install Python 3.x
- Install required packages:
pip install pygame keyboard pynput
Edit config.json
to customize your shortcuts.
left
: Left mouse buttonright
: Right mouse buttonmiddle
: Middle mouse button (scroll wheel)xbutton1
: Mouse Button 4 (usually back button)xbutton2
: Mouse Button 5 (usually forward button)
- Run
main.py
- Hold the configured mouse button (default: Mouse Button 5) to show the menu
- Move mouse to select an option
- Release the button to execute the selected option
program
: Launch programs (e.g., chrome.exe)hotkey
: Keyboard shortcuts (e.g., ctrl+shift+esc)
ctrl+shift+esc
: Task Managerwindows+l
: Lock PCwindows+shift+s
: Screenshot Toolwindows+e
: File Explorerwindows+r
: Runwindows+i
: Settings
- Fare düğmesiyle aktifleşen radyal menü (varsayılan: Fare Düğmesi 5 (mousenin yanındaki 2 tuştan biri))
- Programlar ve klavye kısayolları için özelleştirilebilir kısayollar
- Şeffaf arayüz
- Arka planda çalışma (görev çubuğunda simge yok)
- Boştayken düşük CPU kullanımı
- Python 3.x'i yükleyin
- Gerekli paketleri yükleyin.
pip install pygame keyboard pynput
Kısayollarınızı özelleştirmek için config.json
dosyasını düzenleyin.
left
: Sol fare düğmesiright
: Sağ fare düğmesimiddle
: Orta fare düğmesi (tekerlek)xbutton1
: Fare Düğmesi 4 (genellikle geri düğmesi)xbutton2
: Fare Düğmesi 5 (genellikle ileri düğmesi)
main.py
dosyasını çalıştırın- Menüyü göstermek için yapılandırılmış fare düğmesini (varsayılan: Fare Düğmesi 5) basılı tutun
- Seçenek seçmek için fareyi hareket ettirin
- Seçili seçeneği çalıştırmak için düğmeyi bırakın
program
: Program çalıştırma (örn: chrome.exe)hotkey
: Klavye kısayolu (örn: ctrl+shift+esc)
ctrl+shift+esc
: Görev Yöneticisiwindows+l
: Bilgisayarı Kilitlewindows+shift+s
: Ekran Alıntısıwindows+e
: Dosya Gezginiwindows+r
: Çalıştırwindows+i
: Ayarlar