Press mute key when the headset gets muted / unmuted

This commit is contained in:
Lennard Kittner
2026-02-25 19:38:09 +01:00
parent a5fa443bff
commit 23edae7395
5 changed files with 418 additions and 6 deletions

View File

@@ -7,6 +7,7 @@ description = "A CLI and tray application for monitoring and managing HyperX hea
[dependencies]
clap = { version = "4.5.32", features = ["derive"] }
enigo = "0.6.1"
hidapi = { path = "vendor/hidapi" }
thistermination = "1.0.0"
[target.'cfg(target_os = "linux")'.dependencies]